[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Implements a Lazarus directory selection dialog.
Source position: lazdialogs.pas line 69
type TLazSelectDirectoryDialog = class(TLazOpenDialog) |
||
protected |
||
procedure DoInitialize; override; |
|
Performs actions needed to initialize the Lazarus dialog. |
end; |
|
Implements a Lazarus directory selection dialog. |
|
| | ||
|
Implements a Lazarus file open dialog. |
|
| | ||
|
Opens a file in the current directory, selected by File Dialog. |
|
| | ||
|
TFileDialog allows selection of a file from the current directory. |
|
| | ||
|
The base type from which other dialogs are derived. |
|
| | ||
|
The base class for LCL components which have an associated widget. |
|
| | ||
TObject |