Status Event
Shows the progress of the QuickBooks connection.
Syntax
type TStatusEvent = procedure Status(Sender: TObject; const Message: String) of object;property OnStatus: TStatusEvent read FOnStatus write FOnStatus;
Remarks
The event is fired for informational and logging purposes only. Used to track the progress of the connection.