| Description | Hierarchy | Fields | Methods | Properties |
type TGUIFileOpenDialog = class(TGUIElement)
Standard file chooser dialog
![]() |
property DirectoryName: StringType read GetDirectoryName; |
![]() |
property FileName: StringType read GetFileName; |
![]() |
property DirectoryName: StringType read GetDirectoryName; |
|
The directory of the selected file. '', if no directory was selected. | |
![]() |
property FileName: StringType read GetFileName; |
|
The file name of the selected file. '', if no file was selected. | |