Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarDBCheckLink Class

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

#Declaration

Delphi
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