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