TsgcWSPServer_Files › Properties › Guid
Unique identifier used to namespace channels handled by this subprotocol instance.
property Guid: String read FGuid write FGuid;
—
The subprotocol prefixes every channel name with this guid so that multiple protocol components running on the same server do not collide. The default value is auto-generated; only override it when you need a deterministic identifier shared across nodes.
ShowMessage(oFiles.Guid);