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

TFileNameEdit.DialogFiles

DialogFiles is the list of files for the dialog.

Declaration

Source position: editbtn.pas line 397

public property TFileNameEdit.DialogFiles : TStrings
  read FDialogFiles;

Description

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.

See also

TFileNameEdit.SaveDialogResult

  

SaveDialogResult - stores the result of the dialog.

TFileNameEdit.RunDialog

  

Executes an Open or Save dialog for the DialogKind specified in the control.

TFileNameEdit.FileName

  

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