TTMSMCPToolProperties Class
The input parameters of a tool, in the order they are declared. The order is also the order in which a positional callback receives its arguments.
API unit family: TMS.MCP.Tools
Inherits from: TOwnedCollection
Syntax
TTMSMCPToolProperties = class(TOwnedCollection)
Properties
| Name | Description |
|---|---|
| Items | Default indexed property giving access to the parameters by position, so the collection can be indexed directly. |
Methods
| Name | Description |
|---|---|
| Add | Creates an empty input parameter and appends it to the collection. |