RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDownLoadURL.Filename Property

Specifies the file to which this action copies the resource identified by the URL property.

Pascal
property Filename: TFilename;
C++
__property TFilename Filename;

Filename is the name of the file that TDownLoadURL creates to hold the contents of the URL specified by the URL property. When the user triggers this action, TDownLoadURL looks up URL on the internet, creates the file specified by Filename, and writes the bits it finds at URL to this file. 

This value is not assigned automatically: it is the responsibility of the application to supply a value for Filename. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!