JVCL Help:IJvDataItems
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: IJvDataItems Interface
[+] IJvDataItems Methods
[+] IJvDataItems Properties
[+] JvDataProviderIntf.pas Interfaces
Search in JVCL Help
Search in all projectsClass Hierarchy
IJvDataItems
TJvBaseDataItems
TJvBaseDataItemSubItems
run\JvDataProviderIntf.pas
Summary
List of IJvDataItem objects.
Pascal
run\JvDataProviderIntf.pas
IJvDataItems = interface;
Description
IJvDataItems represents the list of IJvDataItem objects. The interface is supported by IJvDataProvider and might be supported for individual IJvDataItem instances if a specific item contains sub items.
The IJvDataItems interface provides methods that:
- Allow retrieval of the number of items
- All retrieval of an item based on its index, its ID (or ID-path) or an index path.
- Determine the parent item that owns this list.
- Determine the provider to which the item belongs.
- Retrieve a reference to the TObject instance that implements this object.
- Determine if the items are generated dynamically upon requesting them
- Take action when a context is destroying.
See Also
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