TsgcWSPClient_WAMP › Properties › Version
Read-only string with the sgcWebSockets build version of the WAMP subprotocol component.
property Version: String read GetVersion;
Inherited from the sgcWebSockets library build
Inherited from the component framework: returns the build version of the installed sgcWebSockets library at design and runtime. The value is read-only and intended for diagnostics, support tickets and about-box text. It does not indicate the WAMP specification level — this component always implements WAMP v1; for WAMP v2 use TsgcWSPClient_WAMP2.
ShowMessage('sgcWebSockets WAMP version: ' + WAMP.Version);