TsgcWSPServer_FilesProperties › Guid

Guid Property

Unique identifier used to namespace channels handled by this subprotocol instance.

Syntax

property Guid: String read FGuid write FGuid;

Default Value

Remarks

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.

Example

ShowMessage(oFiles.Guid);

Back to Properties