TsgcWSAPIClient_MCPProperties › Version

Version Property

Read-only semantic version of the MCP client component.

Syntax

property Version: String read GetVersion;

Default Value

Remarks

Returns the semantic build identifier of the MCP client. Use it for diagnostics, telemetry, or to guard feature checks when your application targets multiple sgcWebSockets releases. The value is compiled into the component and cannot be written from client code.

Example

ShowMessage('MCP client version: ' + MCP.Version);

Back to Properties