Back to Devexpress

TcxCheckBox.ActiveProperties Property

vcl-cxcheckbox-dot-tcxcheckbox.md

latest1.2 KB
Original Source

TcxCheckBox.ActiveProperties Property

Provides access to active check box settings.

Declaration

delphi
property ActiveProperties: TcxCheckBoxProperties read;

Property Value

TypeDescription
TcxCheckBoxProperties

Stores check box settings.

|

Remarks

Use ActiveProperties to identify settings that currently affect the check box.

You cannot use ActiveProperties to modify check box settings. To accomplish this goal, you can do the following:

See Also

TcxDBCheckBox.ActiveProperties Property

TcxCheckBox Class

TcxCheckBox Members

cxCheckBox Unit