Skip to main content

TdxBarDBNavigator.DBCheckLinks Property

Specifies the list of item links between toolbar items and dataset’s states.

Declaration

property DBCheckLinks: TdxBarDBCheckLinks read; write;

Property Value

Type
TdxBarDBCheckLinks

Remarks

If there is a link between an item and a dataset’s state, the item’s Enabled property is changed accordingly to the dataset’s state. Each link is represented by the TdxBarDBCheckLink object. The TdxBarDBCheckLinks object contains a list of these links.

See Also