TsgcHTTP_API_OpenAIProperties › Version

Version Property

Read-only sgcWebSockets library version string

Syntax

property Version: String read GetVersion;

Default Value

Remarks

Returns the current version of the sgcWebSockets runtime hosting the OpenAI client. The value is computed at runtime and is useful for diagnostics, bug reports and feature detection when multiple library builds coexist on the same system. The property is read only; assigning to it has no effect.

Example

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

Back to Properties