TsgcWSAPIClient_MCP › Properties › Version
Read-only semantic version of the MCP client component.
property Version: String read GetVersion;
—
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.
ShowMessage('MCP client version: ' + MCP.Version);