TsgcWebPush_ClientProperties › Version

Version Property

Read-only sgcWebSockets library version string.

Syntax

property Version: String read GetVersion;

Default Value

Remarks

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.

Example

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

Back to Properties