JVCL Help:IJvDataProvider.GetItems
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: IJvDataProvider.GetItems Method
[+] IJvDataProvider Methods
Search in JVCL Help
Search in all projectsSummary
Retrieves the list of root items.
Pascal
functionGetItems: IJvDataItems;
Description
GetItems retrieves the IJvDataItems instance containing the list of root items. Each Data Provider has to have an IJvDataItems instance so you can safely assume that GetItems will never return a nil reference.
Note that it's common for the IJvDataProvider instance to support the IJvDataItems interface as well. This means that if dpvMe contains a reference to IJvDataProvider that: dpvMe.QueryInterface(IJvDataItems, disRoot)
will be the same as: disRoot := dpvMe.GetItems
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