[Overview][Types][Classes][Procedures and functions][Index] |
File name for the selected file in the Lazarus dialog form.
Source position: lazdialogs.pas line 32
public TLazarusFileDialogForm.FileName : string; |
FileName is a String member which contains the full path and file name for the item affected by the Lazarus dialog.
For Open dialogs, it contains the path for the Selected item in the ShellListView control. For Save dialogs, it contains the path for the Selected directory in the ShellTreeView combined with the value from the SaveEdit control. For other dialog types, it contains the path information for the Selected item in the ShellTreeView control.
|
Enumerated type which represents the dialog kind in a Lazarus dialog form. |
|
|
Shell tree view control for the Lazarus dialog form. |
|
|
Shell list view control for the Lazarus dialog form. |
|
|
Edit control used for a FileName on the dialog form. |
Version 4.0 | Generated 2025-05-03 | Home |