TdxBarDBCheckLink.Item Property
Specifies the item whose Enabled property is changed according to changes to a dataset’s state.
Declaration
property Item: TdxBarItem read; write;
Property Value
Type |
---|
TdxBarItem |
Remarks
Use the Item property to specify the item whose Enabled property is changed according to changes to a dataset’s state. The Enabled property of all the controls that correspond to this item are changed when the state of the bound dataset is changed. For example, you can disable a font combo box when the bound dataset’s state is changed from dsEdit to dsBrowse.
See Also