[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Implements a Lazarus file open dialog.
Source position: lazdialogs.pas line 48
type TLazOpenDialog = class(TOpenDialog) |
||
protected |
||
|
Member used to store the form instance for the Lazarus dialog. |
|
function DoExecute; override; |
|
Executes the file open dialog. |
procedure DoInitialize; virtual; |
|
Performs actions needed to initialize the Lazarus dialog. |
public |
||
constructor Create(); override; |
|
Constructor for the class instance. |
property InitialDir: string; [rw] |
||
end; |
|
Implements a Lazarus file open dialog. |
|
| | | ||
|
Implements a File / Open dialog used to select one or more files on the local file system. |
|
| | | ||
|
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. |
|
| | | ||
| | | ||
| | | ||
| Version 4.6 | Generated 2026-02-20 | Home |