IPWorks 2020 C++ Builder Edition

Questions / Feedback?

Progress Event

Shows the progress of decoding/encoding the input data.

Syntax

typedef struct {
  int PercentDone;
} TipwMIMEProgressEventParams;

typedef void __fastcall (__closure *TipwMIMEProgressEvent)(System::TObject* Sender, TipwMIMEProgressEventParams *e);

__property TipwMIMEProgressEvent OnProgress = { read=FOnProgress, write=FOnProgress };

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.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 C++ Builder Edition - Version 20.0 [Build 8307]