IP*Works! Encrypt 2016 C++ Builder Edition
IP*Works! Encrypt 2016 C++ Builder Edition
Questions / Feedback?

Progress Event

Fired as progress is made.

Syntax

typedef void __fastcall (__closure *TipcTripleDESProgressEvent)(System::TObject* Sender, TipcTripleDESProgressEventParams *e);


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

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

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) 2019 /n software inc. - All rights reserved.
IP*Works! Encrypt 2016 C++ Builder Edition - Version 16.0 [Build 7239]