TsgcWSPClient_sgcProperties › Version

Version Property

Read-only subprotocol version string.

Syntax

property Version: String read GetVersion;

Default Value

Remarks

Returns the internal version of the sgc Default subprotocol implementation. Useful for logging or to verify compatibility with the server.

Example

ShowMessage(oProtocol.Version);

Back to Properties