Status Event
Fired during connection or disconnection attempts.
Syntax
typedef void __fastcall (__closure *TipwNetDialStatusEvent)(System::TObject* Sender, TipwNetDialStatusEventParams *e);__property TipwNetDialStatusEvent OnStatus = {read=FOnStatus, write=FOnStatus};
typedef struct {
int Operation;
int StatusCode;
String OperationDescription;
String StatusDescription;
} TipwNetDialStatusEventParams;
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.