TsgcWSPServer_PresenceProperties › Version

Version Property

Read-only version of the sgcWebSockets library.

Syntax

property Version: String read GetVersion;

Default Value

Remarks

Returns the runtime version string of the sgcWebSockets library. Useful for diagnostics and for logging the exact build used at runtime.

Example

ShowMessage(oPresenceServer.Version);

Back to Properties