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

TExtCommonDialog

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

Declaration

Source position: extdlgs.pas line 107

type TExtCommonDialog = class(TCommonDialog)

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]

  

end;

Inheritance

TExtCommonDialog

  

|

TCommonDialog

  

|

TLCLComponent

  

|

TObject



CT Web help

CodeTyphon Studio