TTMSMCPSessionState.SetValue Method
Stores a string value against this session, replacing any earlier value for the same key.
API unit family: TMS.MCP.Server
Declaring type: TTMSMCPSessionState
Syntax
procedure SetValue(const AKey, AValue: string);
Parameters
| Name | Description |
|---|---|
AKey |
Key to store under. |
AValue |
Value to store. |