Dialogs.TReplaceDialog
Contents |
Delphi Information
From Dialogs.pas
TReplaceDialog = class(TFindDialog)
Unit: Dialogs
Type: class
Inherited Class Members: Dialogs.TReplaceDialog Members
Class Properties: Dialogs.TReplaceDialog Properties
Class Constructors & Destructors: Dialogs.TReplaceDialog Constructors
Class Events: Dialogs.TReplaceDialog Events
C++ Information
From Dialogs.hpp
TReplaceDialog = class(TFindDialog)
Unit: Dialogs
Type: class
Inherited Class Members: Dialogs.TReplaceDialog Members
Class Properties: Dialogs.TReplaceDialog Properties
Class Constructors & Destructors: Dialogs.TReplaceDialog Constructors
Class Events: Dialogs.TReplaceDialog Events
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.