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:
The Progress(object,Position,Total) syntax has these parts:
object | A wodCrypt object. |
Position | A Long value. Current position in the blob. |
Total | A Long value. Total number of bytes in the blob. |