JVCL Help:GetItemVisibleState

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

run\JvDataProvider.pas


Pascal

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


Parameters

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

run\JvDataProvider.pas


Description

GetItemVisibleState determines the visible state for the specified item. The following rules apply to determine the visible 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, GetItemEnabledState, 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