FMX.Dialogs.TOpenDialog.Files

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Files: TStrings read GetFiles;

C++

__property System::Classes::TStrings* Files = {read=GetFiles};

Properties

Type Visibility Source Unit Parent
property public
FMX.Dialogs.pas
FMX.Dialogs.hpp
FMX.Dialogs TOpenDialog

Description

Represents the list containing the absolute paths of the selected files.

Files represents a string list that contains the absolute path of each selected file.

Note: In order for the user to select multiple files, set the ofAllowMultiSelect flag in Options.

See Also