TsgcWSPClient_E2EE › Properties › Version
Read-only E2EE subprotocol version string.
property Version: String read GetVersion;
—
Returns the build/version string of the E2EE subprotocol implementation shipped with the component. Use it for diagnostics, logging or to verify at runtime that client and server sides speak the same revision of the subprotocol.
ShowMessage('E2EE protocol version: ' + oE2EE.Version);