RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
ExtActns.TDownloadProgressEvent Type
Pascal
TDownloadProgressEvent = procedure (Sender: TDownLoadURL; Progress, ProgressMax: Cardinal; StatusCode: TURLDownloadStatus; StatusText: String; var Cancel: Boolean) of object;
C++
(Sender: TDownLoadURL; Progress, ProgressMax: Cardinal; StatusCode: TURLDownloadStatus; StatusText: String; var Cancel: Boolean) ( TDownloadProgressEvent)();

This is type ExtActns.TDownloadProgressEvent.

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