[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)

public

  constructor Create(); override;

  destructor Destroy; override;

published

  property DialogPosition: TPosition; [rw]

end;

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