API:Vcl.StdActns.TFileOpenWith.FileName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FileName: TFileName read FFileName write FFileName;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Vcl.StdActns.pas
Vcl.StdActns.hpp
Vcl.StdActns TFileOpenWith

Description

Specifies the file name for the file selection dialog.

Vcl.StdActns.TFileOpenWith.FileName inherits from Vcl.StdActns.TFileAction.FileName. All content below this line refers to Vcl.StdActns.TFileAction.FileName.

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