JVCL Help:IJvDataTextSearch

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

IJvDataTextSearch
run\JvDataProviderIntf.pas


Summary

Find an item using its associated text.

run\JvDataProviderIntf.pas


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.

run\JvDataProviderIntf.pas


About

Navigation

run\JvDataProviderIntf.pas



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