TsgcWSPClient_E2EEProperties › Version

Version Property

Read-only E2EE subprotocol version string.

Syntax

property Version: String read GetVersion;

Default Value

Remarks

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.

Example

ShowMessage('E2EE protocol version: ' + oE2EE.Version);

Back to Properties