Progress Event
Occurs when PercentDone of the input is read.
Syntax
typedef void __fastcall (__closure *TipwNetCodeProgressEvent)(System::TObject* Sender, TipwNetCodeProgressEventParams *e);__property TipwNetCodeProgressEvent OnProgress = {read=FOnProgress, write=FOnProgress};
typedef struct {
int PercentDone;
} TipwNetCodeProgressEventParams;
Remarks
The ProgressStep property determines how often the event is fired.