RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFileAction.FileName Property

Specifies the file name for the file selection dialog.

Pascal
property FileName: TFileName;
C++
__property TFileName FileName;

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!