IPWorks 2020 C++ Builder Edition

Questions / Feedback?

Progress Event

Occurs when PercentDone of the input is read.

Syntax

typedef struct {
  int PercentDone;
} TipwNetCodeProgressEventParams;

typedef void __fastcall (__closure *TipwNetCodeProgressEvent)(System::TObject* Sender, TipwNetCodeProgressEventParams *e);

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

Remarks

The ProgressStep property determines how often the event is fired.

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