[Overview][Constants][Types][Classes][Procedures and functions][Index] |
DialogFiles is the list of files for the dialog.
Source position: editbtn.pas line 397
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. |
|
|
Executes an Open or Save dialog for the DialogKind specified in 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. |
Version 4.0 | Generated 2025-05-03 | Home |