TdxBarDBCheckLink.EnableTypes Property
Specifies the conditions that affect the values of the item’s Enabled property.
Declaration
property EnableTypes: TdxBarDBEnableTypes read; write;
Property Value
Type |
---|
TdxBarDBEnableTypes |
Remarks
Use the EnabledTypes property to specify the type of the link between an item and a dataset’s state. The value of the item’s Enabled property is equal to True when the bound dataset is active and all the conditions specified by the corresponding EnableTypes flags are met. Otherwise, it’s equal to False.
See Also