[Overview][Classes][Index] Reference for unit 'ReplaceDlgUnit' (#lcl)

TReplaceDialogForm

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Form displayed when a TReplaceDialog instance is executed.

Declaration

Source position: replacedlgunit.pas line 38

type TReplaceDialogForm = class(TForm)

  PromptOnReplaceCheckBox: TCheckBox;

  

Check box used to enable or disable "Prompt on Replace" in the dialog form.

  EntireScopeCheckBox: TCheckBox;

  

Check box used to enable or disable the "Search entire file" option on the dialog form.

  FindMoreButton: TButton;

  

Button used to execute the "Find more" action for the dialog form.

  ReplaceButton: TButton;

  

Button used to execute the "Replace" action for the the dialog form.

  ReplaceAllButton: TButton;

  

Button used to execute the "Replace all" action for the the dialog form.

  CancelButton: TButton;

  

Button used to execute the "Cancel" action for the the dialog form.

  HelpButton: TButton;

  

Button used to execute the "Help" action for the the dialog form.

  WholeWordsOnlyCheckBox: TCheckBox;

  

Check box used to enable or disable the "Whole words only" option for the dialog form.

  CaseSensitiveCheckBox: TCheckBox;

  

Check box used to enable or disable the "Case sensitive" option for the dialog form.

  EditFind: TEdit;

  

Edit control with the value to locate using the dialog.

  EditReplace: TEdit;

  

Edit control with the replacement value for the dialog.

  TextLabel: TLabel;

  

Displays the caption for the EditFind control.

  ReplaceLabel: TLabel;

  

Displays the caption for the EditReplace control.

  DirectionRadioGroup: TRadioGroup;

  

Radio button group used to select the search direction (Forward or Backward) for the dialog.

end;

Inheritance

TReplaceDialogForm

  

Form displayed when a TReplaceDialog instance is executed.

|

TForm

  

Implements a form used in an LCL application.

|

TCustomForm

  

The base type for TForm classes.

|

TCustomDesignControl

  

Provides a designer surface for scaling and layout of its child controls.

|

TScrollingWinControl

  

Implements a windowed control with scroll bars.

|

TCustomControl

  

The base class for windowed controls which paint themselves.

|

TWinControl

  

Implements a windowed control which can contain other child controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

The base class for LCL components which have an associated widget.

|

TComponent,IUnknown,IInterfaceComponentReference

|

TPersistent,IFPObserved

|

TObject

Description

TReplaceDialogForm is the design-time tool used to layout the form displayed when a TReplaceDialog instance is executed. The code produced by the form designer is reproduced in and included by the ../lcl/include/finddialog.inc file.

See also

TReplaceDialog

  

Implements a find and replace dialog.


Version 3.2 Generated 2024-02-25 Home