Progress Event
Fired as progress is made.
Syntax
typedef void __fastcall (__closure *TipgPHTMLMailerProgressEvent)(System::TObject* Sender, TipgPHTMLMailerProgressEventParams *e);__property TipgPHTMLMailerProgressEvent OnProgress = {read=FOnProgress, write=FOnProgress};
typedef struct {
__int64 BytesProcessed;
int PercentProcessed;
} TipgPHTMLMailerProgressEventParams;
Remarks
This event is fired automatically as data is processed by the component.
The PercentProcessed parameter indicates the current status of the operation.
The BytesProcessed parameter holds the total number of bytes processed so far.