[Overview][Constants][Types][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 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

?

TObject