TsgcAIOpenAIEmbeddingsProperties › Version

Version Property

Read-only string with the current version of the sgcWebSockets library.

Syntax

property Version: String read GetVersion;

Default Value

Remarks

Returns the version of the installed sgcWebSockets package as a string. The value is read-only and is useful for logging and for checking compatibility when reporting issues.

Example

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

Back to Properties