JVCL Help:IJvDataConsumerItemState.Checked

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 checked.


Pascal

 functionChecked(Item: IJvDataItem): TDataItemState;


Parameters

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


Description

Checked determines if the item is checked from the consumer perspective.
If Checked is set to disIndetermined the item's checkbox should be rendered in a gray state.
If Checked is set to disNotUsed the state of the item at the provider side should be requested (using the optional IJvDataItemStates interface of the item).


See Also

IJvDataItemStates.Checked


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