SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

Progress Event

Reports the progress of the data transfer operation.

Syntax

typedef struct {
  __int64 Total;
  __int64 Current;
  bool Cancel;
} TsbxPOP3ClientProgressEventParams;

typedef void __fastcall (__closure *TsbxPOP3ClientProgressEvent)(System::TObject* Sender, TsbxPOP3ClientProgressEventParams *e);

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

Remarks

The component fires this event repeatedly to report the progress of the data transfer operation.

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