TsgcWSAPIServer_WebAuthn › Properties › Version
Read-only string with the sgcWebSockets library version.
property Version: String read GetVersion;
Current sgcWebSockets library version string.
Read-only published property that exposes the sgcWebSockets runtime version string embedded in the component. Useful at design time in the Object Inspector and at runtime for diagnostics, logs and bug reports.
ShowMessage('sgcWebSockets version: ' + oWebAuthn.Version);