Unit 'LCLTaskDialog' Package
[Overview][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TEmulatedTaskDialog

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

Declaration

Source position: lcltaskdialog.pas line 201

type TEmulatedTaskDialog = class(TForm)

protected

  procedure HandleEmulatedButtonClicked();

  

public

  procedure KeyDown(); override;

  

  constructor CreateNew(); override;

  

  Owner: PTaskDialog;

  

  Element: array [tdeContent..tdeMainInstruction] of TLabel;

  

  Combo: TComboBox;

  

  Edit: TEdit;

  

  Verif: TCheckBox;

  

end;

Inheritance

TEmulatedTaskDialog

  

|

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

  

|

TObject



CT Web help

CodeTyphon Studio