SSLStatus Event
Shows the progress of the secure connection.
Syntax
typedef void __fastcall (__closure *TiblIPNSSLStatusEvent)(System::TObject* Sender, TiblIPNSSLStatusEventParams *e);__property TiblIPNSSLStatusEvent OnSSLStatus = {read=FOnSSLStatus, write=FOnSSLStatus};
typedef struct {
String Message;
} TiblIPNSSLStatusEventParams;
Remarks
The event is fired for informational and logging purposes only. Used to track the progress of the connection.