QuickBooks Integrator 2016 C++ Builder Edition
QuickBooks Integrator 2016 C++ Builder Edition
Questions / Feedback?

ServerVersion Event

Fires when QuickBooks Web Connector requests the version of your application.

Syntax

typedef void __fastcall (__closure *TiqbQBWCServerServerVersionEvent)(System::TObject* Sender, TiqbQBWCServerServerVersionEventParams *e);


__property TiqbQBWCServerServerVersionEvent OnServerVersion = {read=FOnServerVersion, write=FOnServerVersion};

typedef struct {
     String Version;
} TiqbQBWCServerServerVersionEventParams;

Remarks

This event fires when QuickBooks Web Connector requests the version of your application.

Version may be set to any string value. The value you specify will be displayed to the user when they click the more information link in QuickBooks Web Connector.

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