TsgcHTTP_API_OpenAI › Properties › Version
Read-only sgcWebSockets library version string
property Version: String read GetVersion;
—
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.
ShowMessage('sgcWebSockets version: ' + oAPI.Version);