RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomFileRun.FileName Property

Specifies the target file to run.

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

Set FileName to specify the file on which TCustomFileRun performs the operation specified by Operation when the action fires. FileName can specify a file that is opened using an external application (such as a .txt file that causes a text editor to launch), or it can specify an executable file for the application itself. When the action fires in response to a user action, TCustomFileRun launches an external application or dll to perform Operation on the file specified by FileName.

Note:
 

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