TsgcWSAPIServer_WebAuthnProperties › Version

Version Property

Read-only string with the sgcWebSockets library version.

Syntax

property Version: String read GetVersion;

Default Value

Current sgcWebSockets library version string.

Remarks

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.

Example

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

Back to Properties