IP*Works! 2016 C++ Builder Edition
IP*Works! 2016 C++ Builder Edition
Questions / Feedback?

UploadProgress Event

Fired while the component is uploading files to the URL .

Syntax

typedef void __fastcall (__closure *TipwWebUploadUploadProgressEvent)(System::TObject* Sender, TipwWebUploadUploadProgressEventParams *e);


__property TipwWebUploadUploadProgressEvent OnUploadProgress = {read=FOnUploadProgress, write=FOnUploadProgress};

typedef struct {
     int PercentDone;
} TipwWebUploadUploadProgressEventParams;

Remarks

The PercentDone parameter shows the progress of the upload. The event is fired at least once at the beginning of the transfer, and once at the end of the transfer. The respective values for PercentDone are 0 and 100.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 C++ Builder Edition - Version 16.0 [Build 7353]