TsgcWSPClient_E2EE › Properties › Guid
Unique identifier assigned to this protocol instance.
property Guid: String read FGuid write FGuid;
—
Internal protocol identifier. The runtime assigns a value automatically when the component is created, so in most scenarios you do not need to touch it. Set it explicitly only when you need a stable Guid across runs to correlate a protocol instance with server-side state or log entries. This value is independent of E2EE_Options.UserId, which is what the server uses to route E2EE messages.
ShowMessage(oE2EE.Guid);