TsgcWSPClient_FilesProperties › Version

Version Property

Read-only sgcWebSockets library version string.

Syntax

property Version: String read GetVersion;

Default Value

Remarks

Returns the runtime version of the sgcWebSockets library embedded in the component. Useful for diagnostics and support requests.

Example

ShowMessage('sgcWebSockets ' + oProtocol.Version);

Back to Properties