Back to product page

Progress event


Fires during crypto operation.

Syntax

  • Basic
Private Sub object_Progress(Position, Total)
The Progress(object,Position,Total) syntax has these parts:
objectA wodCrypt object.
PositionA Long value. Current position in the blob.
TotalA 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. If size of arguments is larger than 32bit long value, Progress64 event is fired instead.

Platforms

Windows