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