Skip to main content

TdxDBZoomTrackBar.ActiveProperties Property

Provides access to active zoom track bar editor settings.

Declaration

property ActiveProperties: TdxZoomTrackBarProperties read;

Property Value

Type Description
TdxZoomTrackBarProperties

Stores zoom track bar editor settings.

Remarks

Use the ActiveProperties property to identify settings that currently affect the editor.

Note

You cannot use the ActiveProperties property to change editor settings. To accomplish this goal, use the Properties property instead.

See Also