TsgcWSAPIServer_WebAuthn › Properties › Version
包含 sgcWebSockets 库版本的只读字符串。
property Version: String read GetVersion;
当前 sgcWebSockets 库版本字符串。
只读已发布属性,公开嵌入组件中的 sgcWebSockets 运行时版本字符串。在对象检查器中设计时以及运行时用于诊断、日志记录和错误报告非常有用。
ShowMessage('sgcWebSockets version: ' + oWebAuthn.Version);