Skip to main content

TdxCustomCheckGroupBox.ActiveProperties Property

Obtains the properties that are currently applied to the checkable group box editor.

Declaration

property ActiveProperties: TdxCheckGroupBoxProperties read;

Property Value

Type
TdxCheckGroupBoxProperties

Remarks

This property is especially useful when the checkable group box editor has a repository item assigned to it via the RepositoryItem property. In this case, the ActiveProperties property returns the repository item’s properties that are active while this item is assigned to the checkable group box editor. Otherwise, the inherent checkable group box properties are returned.

See Also