JVCL Help:IJvDataConsumerItemState.Enabled

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

Search in JVCL Help

 
Search in all projects
 

Summary

Determines if the item is enabled.


Pascal

 functionEnabled(Item: IJvDataItem): TDataItemState;


Parameters

Parameters Description
Item: IJvDataItem Item to determine the enabled state of.


Description

Enabled determines if the item is enabled from the consumer perspective.
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 state of the item at the provider side should be requested (using the optional IJvDataItemStates interface of the item).


See Also

IJvDataItemBasicAction, IJvDataItemStates.Enabled


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