JVCL Help:GetItemEnabledState

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

Search in JVCL Help

 
Search in all projects
 

Summary

Retrieve the enabled state of the specified item.

run\JvDataProvider.pas


Pascal

 run\JvDataProvider.pas
 functionGetItemEnabledState(Item: IJvDataItem): TDataItemState;


Parameters

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

run\JvDataProvider.pas


Description

GetItemEnabledState determines the enabled state for the specified item. The following rules apply to determine the enabled state:

This function is often used by consumer sub services and/or provider implementations (e.g. rendering implementations) to determine the correct state for drawing.

run\JvDataProvider.pas


See Also

GetItemCheckedState, GetItemVisibleState, IJvDataConsumerItemState, IJvDataItemStates

run\JvDataProvider.pas


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