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