RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TListView.OnDataFind Event

Occurs when the list view control receives a search request, such as when the FindData and FindCaption methods are called.

Pascal
property OnDataFind: TLVOwnerDataFindEvent;
C++
__property TLVOwnerDataFindEvent OnDataFind;

Use OnDataFind to locate an item and return custom data associated with it. 

OnDataFind occurs only if OwnerData is true. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!