TsgcWSPClient_WAMPProperties › Version

Version Property

Read-only string with the sgcWebSockets build version of the WAMP subprotocol component.

Syntax

property Version: String read GetVersion;

Default Value

Inherited from the sgcWebSockets library build

Remarks

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.

Example


ShowMessage('sgcWebSockets WAMP version: ' + WAMP.Version);

Back to Properties