Vcl.Dialogs.TReplaceDialog.ReplaceText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ReplaceText: string read GetReplaceText write SetReplaceText default 0;

C++

__property ReplaceText = {default=0};

Properties

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

Description

Contains the text that should replace FindText.

FindText, taken from the Find What edit box, contains the text string that the user wants to search for. ReplaceText, taken from the Replace With edit box, contains the text string that will replace FindText. To make a default text string appear in the Replace With edit box when the dialog opens, assign a value to ReplaceText in the Object Inspector or in program code.

See Also

Code Examples