FMX.Dialogs.TOpenDialog.FileName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FileName: TFileName read GetFileName write SetFileName;

C++

__property System::Sysutils::TFileName FileName = {read=GetFileName, write=SetFileName};

Properties

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

Description

Indicates the absolute path for the last file selected.

The FileName represents the absolute (full) path of the file most recently selected from the dialog. The value of FileName is the same as the first item in the Files property.

See Also