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

TReplaceDialogForm

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

Declaration

Source position: replacedlgunit.pas line 38

type TReplaceDialogForm = class(TForm)

  PromptOnReplaceCheckBox: TCheckBox;

  

  EntireScopeCheckBox: TCheckBox;

  

  FindMoreButton: TButton;

  

  ReplaceButton: TButton;

  

  ReplaceAllButton: TButton;

  

  CancelButton: TButton;

  

  HelpButton: TButton;

  

  WholeWordsOnlyCheckBox: TCheckBox;

  

  CaseSensitiveCheckBox: TCheckBox;

  

  EditFind: TEdit;

  

  EditReplace: TEdit;

  

  TextLabel: TLabel;

  

  ReplaceLabel: TLabel;

  

  DirectionRadioGroup: TRadioGroup;

  

end;

Inheritance

TReplaceDialogForm

  

|

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

  

Class of a windowed control with incorporated scroll bars.

|

TCustomControl

  

The base class for windowed controls which paint themselves.

|

TWinControl

  

The base class for controls 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

?

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.