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