[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazdialogs.pas line 50
type TLazOpenDialog = class(TOpenDialog) end; |
||
protected |
||
|
||
class procedure WSRegisterClass; override; |
|
|
function DoExecute; override; |
|
|
procedure DoInitialize; virtual; |
|
|
public |
||
constructor Create(); override; |
|
|
|
||
| | ||
|
TOpenDialog : open a file in the current directory, selected by File Dialog. |
|
| | ||
|
TFileDialog : allows selection of a file from the current directory. |
|
| | ||
|
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 |