QuickBooks Integrator 2016 Delphi Edition
QuickBooks Integrator 2016 Delphi Edition
Questions / Feedback?

Response Event

Fired when the component sends a response to the client.

Syntax

type TResponseEvent = procedure Response(Sender: TObject; ConnectionId: Integer; UserIndex: Integer; const Response: String) of object;

property OnResponse: TResponseEvent read FOnResponse write FOnResponse;

Remarks

This event will fire with the raw XML retrieved from QuickBooks and sent to the client.

The ConnectionId indicates which client connection this Request event is firing for. The UserIndex is the index of the user in the AuthorizedUser array property. Response is the QBXML Response from QuickBooks, which is being transmitted back to the client.

A UserIndex of -1 means that no matching credentials were found in the AuthorizedUsers collection.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
QuickBooks Integrator 2016 Delphi Edition - Version 16.0 [Build 7353]