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

TLCLTaskDialog

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

Declaration

Source position: taskdlgemulation.pp line 61

type TLCLTaskDialog = class(TForm)

protected

  procedure SetupControls;

  

public

  procedure KeyDown(); override;

  

  constructor CreateNew(); override;

  

  destructor Destroy; override;

  

  procedure AfterConstruction; override;

  

  procedure DoShow; override;

  

  function Execute();

  

end;

Inheritance

TLCLTaskDialog

  

|

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