API:Vcl.Dialogs.TReplaceDialog

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Dialogs.TFindDialogVcl.Dialogs.TCommonDialogSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTReplaceDialog

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

TFindDialog displays a Find dialog that allows users to search for text in a file.

Vcl.Dialogs.TReplaceDialog inherits from Vcl.Dialogs.TFindDialog. All content below this line refers to Vcl.Dialogs.TFindDialog.

TFindDialog displays a Find dialog that allows users to search for text in a file.

The TFindDialog component displays a modeless Windows dialog box that prompts the user for a search string. The dialog does not appear at runtime until it is activated by a call to the Execute method.

See Also