JVCL Help:IJvDataConsumerItemSelect.GetItem

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

Search in JVCL Help

 
Search in all projects
 

Summary

Determine the current (root) item.


Pascal

 functionGetItem: IJvDataItem;


Description

GetItem retrieves a reference to the current (root) item of the consumer. For consumers that only allow a single item to be used, the retrieved item is the item used by the consumer (or nil if no item is currently selected). For consumers that allow multiple items to be rendered, the retrieved item is the item used as a root (or nil if the entire tree is to be used). The consumer will only use items that are a child of the specified item; the item itself is not used.


See Also

IJvDataConsumerItemSelect.SetItem, IJvDataItem


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