Status Event
Provides information about the current operation.
Syntax
typedef void __fastcall (__closure *TipcXMLSigStatusEvent)(System::TObject* Sender, TipcXMLSigStatusEventParams *e);__property TipcXMLSigStatusEvent OnStatus = {read=FOnStatus, write=FOnStatus};
typedef struct {
String Message;
} TipcXMLSigStatusEventParams;
Remarks
The event is fired for informational and logging purposes only. It may be used to track the progress of an operation.
The level of detail is controlled by the LogLevel setting.