TsgcAIOpenAIChatBotProperties › Version

Version Property

Read-only sgcWebSockets library version string.

Syntax

property Version: String read GetVersion;

Default Value

Remarks

Returns the sgcWebSockets build version as a string. Useful when logging support information or verifying that the deployed binary matches the expected release. The value is computed from the library and cannot be written to.

Example

ShowMessage('sgcWebSockets ' + sgcChatBot.Version);

Back to Properties