TsgcWSAPIServer_WebPush › Properties › Version
Read-only string that returns the sgcWebSockets library version compiled into the component.
property Version: String read GetVersion;
—
Useful for diagnostics, log headers and bug reports: the string matches the version stamped on the package binary so you can verify which build is deployed at runtime. The value is populated by the base TsgcComponent ancestor and does not require the server to be active.
ShowMessage('sgcWebSockets ' + sgcWSAPIServer_WebPush1.Version);