RAD Studio VCL Reference
|
TReplaceDialog displays a search-and-replace dialog.
TReplaceDialog = class(TFindDialog);
class TReplaceDialog : public TFindDialog;
Dialogs
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.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|