JVCL Help:IJvDataConsumerItemState.Visible

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


Pascal

 functionVisible(Item: IJvDataItem): TDataItemState;


Parameters

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


Description

Visible determines if the item is visible from the consumer perspective.
If Visible is set to disFalse the item is not visible and should not be rendered or otherwise usable by the consumer.
If Visible is set to disIndetermined or disNotUsed the state of the item at the provider side should be requested (using the optional IJvDataItemStates interface of the item).
The consumer service view list extension will consider this state to determine if the item is to be added to the tree.


See Also

IJvDataConsumerViewList, IJvDataItemStates.Visible


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