[Overview][Classes][Procedures and functions][Index] Reference for unit 'ExtDlgs' (#lcl)

TExtCommonDialog

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

Declaration

Source position: extdlgs.pas line 103

type TExtCommonDialog = class(TCommonDialog) end;

protected

  function GetLeft; virtual;

  function GetHeight; override;

  function GetTop; virtual;

  function GetWidth; override;

  procedure SetLeft(); virtual;

  procedure SetTop(); virtual;

  property DlgForm: TCustomForm; [rw]

public

  constructor Create(); override;

  destructor Destroy; override;

  property Left: Integer; [rw]

  property Top: Integer; [rw]

published

  property DialogPosition: TPosition; [rw]

Inheritance

TExtCommonDialog

|

TCommonDialog

  

TCommonDialog : the base type from which other dialogs are derived

|

TLCLComponent

  

The base class for LCL components associated with widgets.

|

TComponent

?

TObject

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