JVCL Help:IJvDataItemStates.Enabled
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: IJvDataItemStates.Enabled Property
[+] IJvDataItemStates Methods
[+] IJvDataItemStates Properties
Search in JVCL Help
Search in all projectsSummary
Specifies if the item is enabled.
Pascal
propertyEnabled: TDataItemState;
Description
Enabled specifies if the item is enabled. Read Enabled to read the setting or set it to a new value.
If Enabled is set to disFalse the item should be rendered in a disabled state. If an action is linked to the item (through the IJvDataItemBasicAction interface), it should not be executed.
For any other setting of Enabled, the caller determines the actual setting of Enabled (usually interpreted as True).
See Also
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page