JVCL Help:DP FindItemsRenderer
JVCL Help: DP_FindItemsRenderer function
Search in JVCL Help
Search in all projectsSummary
Locate nearest IJvDataItemsImages implementation for a specific item.
Pascal
run\JvDataProvider.pas
functionDP_FindItemsRenderer(AItem: IJvDataItem; outRenderer: IJvDataItemsRenderer): Boolean;
Parameters
Parameters | Description |
AItem: IJvDataItem | Data item for which the nearest IJvDataItemsRenderer implementation is to be found. |
out Renderer: IJvDataItemsRenderer | Variable to retrieve the reference to the IJvDataItemsRenderer interface in. |
Description
DP_FindItemsImages locates the nearest IJvDataItemsRenderer implementation for a specific item. The function will scan the parent chain for the first item list to implement the IJvDataItemsRenderer interface and returns a reference to it.
If none of the item lists in the parent chain implement the IJvDataItemsRenderer interface the function returns False, otherwise True will be returned.
This function is implemented as: Result := DP_FindItemsIntf(AItem, IJvDataItemsRenderer, Images);
See Also
DP_FindItemsImages, DP_FindItemsIntf, IJvDataItemsRenderer
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