Status Event
Shows the progress of the FDMS/Datawire connection.
Syntax
typedef void __fastcall (__closure *TibcFDMSReversalStatusEvent)(System::TObject* Sender, TibcFDMSReversalStatusEventParams *e);__property TibcFDMSReversalStatusEvent OnStatus = {read=FOnStatus, write=FOnStatus};
typedef struct {
String Message;
} TibcFDMSReversalStatusEventParams;
Remarks
The event is fired for informational and logging purposes only. Used to track the progress of the connection.