Vcl.Dialogs.TReplaceDialog
Delphi
TReplaceDialog = class(TFindDialog)
C++
class PASCALIMPLEMENTATION TReplaceDialog : public TFindDialog
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | Vcl.Dialogs.pas Vcl.Dialogs.hpp |
Vcl.Dialogs | Vcl.Dialogs |
Description
TReplaceDialog displays a search-and-replace dialog.
TReplaceDialog is a special version of TFindDialog that prompts the user for both a search string and a replace string. Like the Find dialog, the Replace dialog is modeless and does not appear at runtime until activated by a call to the Execute method.