TsgcWebPush_Client › Properties › Version
Read-only sgcWebSockets library version string.
property Version: String read GetVersion;
—
Published, read-only string reporting the sgcWebSockets build that compiled this component. Useful for diagnostics, logs and support tickets when reporting issues with Web Push delivery or VAPID signing. The value is fixed at build time and cannot be assigned.
ShowMessage('sgcWebSockets version: ' + sgcWebPush_Client1.Version);