JVCL Help:IJvDataIDSearch.Find

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

Search in JVCL Help

 
Search in all projects
 

Summary

Locate an item.


Pascal

 functionFind(ID: string; constRecursive: Boolean = False): IJvDataItem;


Parameters

Parameters Description
ID: string ID of the item to locate.
const Recursive: Boolean = False Flag to specify if sub trees should be scanned as well. When set to True sub trees will be scanned as well, otherwise the current list only will be scanned.


Description

Find locates the requested item in the list, optionally scanning sub trees. If a match is found a reference to the data item is returned, otherwise False is returned.


See Also

IJvDataItem.GetID


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