TwclCustomObexServer.DoProgress(Cardinal,Cardinal) Method

Fires the OnProgress event.

Namespace: wclObex
protected
 procedure DoProgress(const Length: Cardinal;
 const Position: Cardinal); virtual;

Parameters

Length
Type: Cardinal

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

Position
Type: Cardinal

The current transferring byte index.