JVCL Help:GetItemCheckedState

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 checked state of the specified item.

run\JvDataProvider.pas


Pascal

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


Parameters

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

run\JvDataProvider.pas


Description

GetItemCheckedState determines the checked state for the specified item. The following rules apply to determine the checked 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

GetItemEnabledState, 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