TwclObexFtpDirCompleteEvent Delegate

The OnDirComplete event handler prototype.

Namespace: wclObex
type
 TwclObexFtpDirCompleteEvent = procedure(Sender: TObject; const Error: Integer;
 const Description: string; const Dirs: TwclObexFileObjects) of object;

Parameters

Sender

The object that initiated the event.

Error

The operation result code. If operation has been completed with success the Error is .

Description

Additional optinal description of the operation result.

Dirs

The array of file system objects. This parameter can be nil if no file system objects found in current directory or if Error parameter is not wclErrors.WCL_E_SUCCESS.