[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'LazDialogs' (#lcl)

TLazarusFileDialogForm.FileName

File name for the selected file in the Lazarus dialog form.

Declaration

Source position: lazdialogs.pas line 32

public TLazarusFileDialogForm.FileName : string;

Description

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.

See also

TLazFileDialogKind

  

Enumerated type which represents the dialog kind in a Lazarus dialog form.

TLazarusFileDialogForm.ShellTreeView

  

Shell tree view control for the Lazarus dialog form.

TLazarusFileDialogForm.ShellListView

  

Shell list view control for the Lazarus dialog form.

TLazarusFileDialogForm.SaveEdit

  

Edit control used for a FileName on the dialog form.


Version 4.0 Generated 2025-05-03 Home