JVCL Help:IJvDataTextSearch
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: IJvDataTextSearch Interface
[+] IJvDataTextSearch Methods
[+] JvDataProviderIntf.pas Interfaces
Search in JVCL Help
Search in all projectsClass Hierarchy
IJvDataTextSearch
run\JvDataProviderIntf.pas
Summary
Find an item using its associated text.
Pascal
run\JvDataProviderIntf.pas
IJvDataTextSearch = interface;
Description
IJvDataTextSearch is a data item list support interface to locate an item using its associated text (from an item's IJvDataItemText support interface).
The interface provides a single Find method to locate an item in the data tree by comparing the requested text value with each item in the list, optionally scanning sub trees.
This search interface is normally implemented for a data item list if any item in the list or sub tree will likely support the IJvDataItemText interface.
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