DialogFiles is the list of files for the dialog.
Source position: editbtn.pas line 384
public property TFileNameEdit.DialogFiles : TStrings |
DialogFiles is a read-only TStrings property used to store one or more file names found when the dialog for the control is executed. DialogFiles is updated in the SaveDialogResult method. For open dialogs, DialogFiles is set to the files returned by the dialog. For save dialogs, the content in DialogFiles is cleared.
|
SaveDialogResult - stores the result of the dialog. |
|
|
RunDialog executes the dialog for the control. |
|
|
FileName - the name of the selected file: either the initial value placed in the Text Box, or the value selected from the dialog. |