TwclCustomObexServer.DoPutProgress(Cardinal,Cardinal,Boolean) Method

Fires the OnPutProgress event.

Namespace: wclObex
protected
 procedure DoPutProgress(const Position: Cardinal; const Length: Cardinal;
 out Continue: Boolean); virtual;

Parameters

Position
Type: Cardinal

The current position in object's data in bytes

Length
Type: Cardinal

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

Continue
Type: Boolean

An application must set this flag to True if still want continue process the object. If application wants to terminate the operation set this flags to False.