JVCL Help:IJvDataItemStates.Enabled

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

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

IJvDataItemBasicAction


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