JVCL Help:IJvDataItem
JVCL Help: IJvDataItem Interface
Search in JVCL Help
Search in all projectsClass Hierarchy
IJvDataItem
TJvBaseDataItem
run\JvDataProviderIntf.pas
Summary
Single Data Item.
Pascal
run\JvDataProviderIntf.pas
IJvDataItem = interface;
Description
IJvDataItem is the main interface for a single Data Item. A reference to this interface is returned whenever an item is requested from the item list.
IJvDataItem only provides in some basic 'administrative' tasks and information. For Data Items to be generally usable they will usually also support and implement IJvDataItemText and optionally IJvDataItemImage, IJvDataItemBasicAction.
In addition some implementations may support implementation specific interface (e.g. an item representing a color might support an interface that allows access to the TColor value). Which interfaces are supported completely depends on what type of item you are dealing with.
A Data Item may also support IJvDataItems (a list of Data Items) which means the item supports sub items.
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