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

TFindDialogForm

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

Declaration

Source position: finddlgunit.pas line 36

type TFindDialogForm = class(TForm)

  BtnPanel: TPanel;

  

  EntireScopeCheckBox: TCheckBox;

  

  FindButton: TButton;

  

  CancelButton: TButton;

  

  FlagsPanel: TPanel;

  

  HelpButton: TButton;

  

  WholeWordsOnlyCheckBox: TCheckBox;

  

  CaseSensitiveCheckBox: TCheckBox;

  

  EditFind: TEdit;

  

  FindLabel: TLabel;

  

  DirectionRadioGroup: TRadioGroup;

  

  procedure EditFindChange();

  

  procedure FormCreate();

  

end;

Inheritance

TFindDialogForm

  

|

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

  

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

?

TObject