IP*Works! 2016 Delphi Edition
IP*Works! 2016 Delphi Edition
Questions / Feedback?

Status Event

Fired during connection or disconnection attempts.

Syntax

type TStatusEvent = procedure Status(Sender: TObject; Operation: Integer; StatusCode: Integer; const OperationDescription: String; const StatusDescription: String) of object;

property OnStatus: TStatusEvent read FOnStatus write FOnStatus;

Remarks

The Operation parameter indicates the operation currently in progress.

The StatusCode shows the status of the operation.

The OperationDescription and StatusDescription parameters are the corresponding descriptions.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 Delphi Edition - Version 16.0 [Build 7353]