Skip to main content

TdxBarDBCheckLink Class

Defines the link between the item’s Enabled property and a dataset’s state.

Declaration

TdxBarDBCheckLink = class(
    TCollectionItem
)

Remarks

Use this object to establish a link between a dataset’s state and the visual control (via the corresponding item’s Enabled property). For example, some controls can be disabled when a bound dataset’s state is changed from dsEdit to dsBrowse. A link is represented by an instance of the TdxBarDBCheckLink class.

Note

This class is for internal purposes only.

Inheritance

See Also