TTMSMCPCustomServer.UnregisterExtension Method
Withdraws a previously declared extension so it is no longer advertised. Nothing happens when the identifier was not registered.
API unit family: TMS.MCP.Server
Declaring type: TTMSMCPCustomServer
Syntax
procedure UnregisterExtension(const AIdentifier: string);
Parameters
| Name | Description |
|---|---|
AIdentifier |
Extension identifier to withdraw. |