[Overview][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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] |
| | ||
|
TCommonDialog : the base type from which other dialogs are derived |
|
| | ||
|
The base class for LCL components associated with widgets. |
|
| | ||
TComponent |
||
? | ||
TObject |
lazarus-ccr.sourceforge.net |