RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSearchFindNext.SearchFind Property

Associates the TSearchFindNext action with a TSearchFind action that initiates the search.

Pascal
property SearchFind: TSearchFind;
C++
__property TSearchFind SearchFind;

SearchFind is the TSearchFind action that displays the modeless search dialog whose current search should be repeated. If SearchFind is not set, then the TSearchFindNext action remains disabled. 

TSearchFindNext uses the SearchFind property to obtain a search string from its associated dialog and to search its associated control. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!