IPWorks OpenPGP 2020 C++ Builder Edition

Questions / Feedback?

Progress Event

Fired as progress is made.

Syntax

typedef struct {
  __int64 BytesProcessed;
  int PercentProcessed;
} TipgPFileMailerProgressEventParams;

typedef void __fastcall (__closure *TipgPFileMailerProgressEvent)(System::TObject* Sender, TipgPFileMailerProgressEventParams *e);

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

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.

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