JVCL Help:IJvDataTextSearch.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(Text: string; constRecursive: Boolean = False): IJvDataItem;


Parameters

Parameters Description
Text: string Text of the item to locate. Depending on the implementation, the comparison may be case sensitive.
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

IJvDataItemText.Text


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