ExtActns.TDownLoadURL
Contents |
Delphi Information
From ExtActns.pas
TDownLoadURL = class(TURLAction)
Unit: ExtActns
Type: class
Inherited Class Members: ExtActns.TDownLoadURL Members
Class Properties: ExtActns.TDownLoadURL Properties
Class Methods: ExtActns.TDownLoadURL Methods
Class Events: ExtActns.TDownLoadURL Events
C++ Information
From ExtActns.hpp
TDownLoadURL = class(TURLAction)
Unit: ExtActns
Type: class
Inherited Class Members: ExtActns.TDownLoadURL Members
Class Properties: ExtActns.TDownLoadURL Properties
Class Methods: ExtActns.TDownLoadURL Methods
Class Constructors & Destructors: ExtActns.TDownLoadURL Constructors
Class Events: ExtActns.TDownLoadURL Events
Description
TDownLoadURL is the standard action for saving the contents of a specified URL to a file.
Add TDownLoadURL to an action manager or action list to let your application save the contents of a specified URL to a file. Controls linked to this action cause the application to lookup the resource specified by the URL property and save it to the file specified by the Filename property. While TDownLoadURL is writing to the specified file, it periodically generates an OnDownloadProgress event, so that you can provide users with feedback about the process.
You should assign a value to the URL property and to the Filename property before the user invokes this action.