JVCL Help:IJvDataItems

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

IJvDataItems
TJvBaseDataItems
TJvBaseDataItemSubItems
run\JvDataProviderIntf.pas


Summary

List of IJvDataItem objects.

run\JvDataProviderIntf.pas


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.

run\JvDataProviderIntf.pas


See Also

IJvDataItem, IJvDataProvider

run\JvDataProviderIntf.pas


About

Navigation

run\JvDataProviderIntf.pas



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