opendialog Files property
Return to Introduction  Previous page  Next page
Applies to
dcOpenDialog and dcSaveDialog components.  

Declaration
property Files: TStrings;  

Description
The Files property is a list of selected items returned by file-selection dialog. Files is the TStrings instance that contains each selected file name with its full directory path.  
 
tip To let users select multiple file names, set the ofAllowMultiSelect flag in Options.  

See also
FileName property.  
File not found.