Vcl.Dialogs.TReplaceDialog
Delphi
TReplaceDialog = class(TFindDialog)
C++
class PASCALIMPLEMENTATION TReplaceDialog : public TFindDialog
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
class | public | Vcl.Dialogs.pas Vcl.Dialogs.hpp |
Vcl.Dialogs | Vcl.Dialogs |
説明
TReplaceDialog は、検索/置換ダイアログを表示します。
TReplaceDialog は TFindDialog の特別版で、文字列検索と置換が可能です。 [検索] ダイアログと同様に [置換] ダイアログは、モードレスで、実行時に Execute メソッドの呼び出しによってアクティブになるまでは消えません。