Progress Event
Shows the progress of decoding/encoding the input data.
Syntax
typedef void __fastcall (__closure *TipgMIMEProgressEvent)(System::TObject* Sender, TipgMIMEProgressEventParams *e);__property TipgMIMEProgressEvent OnProgress = {read=FOnProgress, write=FOnProgress};
typedef struct {
int PercentDone;
} TipgMIMEProgressEventParams;
Remarks
The Progress allows the user to visualize the progress of processing the input data.
The PercentDone parameter shows what percentage of the input has been read.