TTMSMCPSessionState.ClientSupports Method
Indicates whether the client declared support for an extension. Returns
Trueonly when the identifier is not empty and was present in the declared extension set.
API unit family: TMS.MCP.Server
Declaring type: TTMSMCPSessionState
Syntax
function ClientSupports(const AExtensionId: string): Boolean;
Parameters
| Name | Description |
|---|---|
AExtensionId |
Extension identifier to test. |
Returns
True when the client declared the extension.