QuickBooks Integrator 2020 C++ Builder Edition

Questions / Feedback?

Status Event

Shows the status of the server as clients connect and transactions are made.

Syntax

typedef struct {
  int ConnectionId;
  String Message;
} TiqbQBConnectorStatusEventParams;

typedef void __fastcall (__closure *TiqbQBConnectorStatusEvent)(System::TObject* Sender, TiqbQBConnectorStatusEventParams *e);

__property TiqbQBConnectorStatusEvent OnStatus = { read=FOnStatus, write=FOnStatus };

Remarks

The event is fired for informational and logging purposes only.

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 C++ Builder Edition - Version 20.0 [Build 7941]