wodCrypt ActiveX Control - Progress Event
    
 

Description

Fires during crypto operation.


Syntax

Private Sub object_Progress(Position, Total)



The Progress Event syntax has these parts:

Part Description
object A wodCrypt object.
Position A Long value. Current position in the blob.
Total A Long value. Total number of bytes in the blob.

Remarks

The Progress event may fire many times during the execution of some crypto methods, while wodCrypt operates on the data. This event is fired only if the FireEvents property is set to True.