TsgcWSPClient_MQTTProperties › Version

Version Property

Read-only string with the sgcWebSockets build version of the MQTT 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 MQTT protocol level negotiated with the broker — use MQTTVersion for that.

Example


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

Back to Properties