TsgcWSAPIServer_WebPushProperties › Version

Version Property

Read-only string that returns the sgcWebSockets library version compiled into the component.

Syntax

property Version: String read GetVersion;

Default Value

Remarks

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.

Example

ShowMessage('sgcWebSockets ' + sgcWSAPIServer_WebPush1.Version);

Back to Properties