Vcl.StdActns.TSearchFindNext.SearchFind

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property SearchFind: TSearchFind read FSearchFind write FSearchFind;

C++

__property TSearchFind* SearchFind = {read=FSearchFind, write=FSearchFind};

Properties

Type Visibility Source Unit Parent
property published
Vcl.StdActns.pas
Vcl.StdActns.hpp
Vcl.StdActns 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.

See Also