Vcl.Dialogs.TFindDialog.FindText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FindText: string read GetFindText write SetFindText;

C++

__property System::UnicodeString FindText = {read=GetFindText, write=SetFindText};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TFindDialog

Description

Contains the search string.

FindText contains the text string that the user wants to search for. When the user clicks the Find Next button, the text in the dialog's edit box is automatically assigned to FindText. To make a default text string appear in the edit box when the dialog opens, assign a value to FindText in the Object Inspector or in program code.

Code Examples