StdActns.TSearchFindNext.SearchFind
From RAD Studio VCL Reference
Contents |
Delphi Information
From StdActns.pas
property SearchFind: TSearchFind read FSearchFind write FSearchFind;
Unit: StdActns
Type: property
Visibility: published
Member Of: TSearchFindNext
C++ Information
From StdActns.hpp
__property Stdactns::TSearchFind * SearchFind = {read=FSearchFind,write=FSearchFind};
Unit: StdActns
Type: property
Visibility: public
Member Of: TSearchFindNext
Description
Associates the TSearchFindNext action with a TSearchFind action that initiates the search.
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.