Vcl.StdActns.TFileAction.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 protected
Vcl.StdActns.pas
Vcl.StdActns.hpp
Vcl.StdActns TFileAction

Description

Specifies the file name for the file selection dialog.

Applications can't use the protected FileName property. To access the name of the file selected by the user, use the Dialog property of a TFileAction descendant.

FileName is the same as the FileName property of the associated dialog.

See Also