TwclObexOperationProgressEvent Delegate

The OnProgress event handler prototype.

Namespace: wclObex
type
 TwclObexOperationProgressEvent = procedure(Sender: TObject;
 const Length: Cardinal; const Position: Cardinal) of object;

Parameters

Sender

The object that initiated the event.

Length

The current object's length (size) in bytes.

Position

The current transferring byte index.