TTMSMCPToolPropertyBuilder.AddEnums Method
Adds several accepted values at once to the closed set published for the parameter.
API unit family: TMS.MCP.Tools
Declaring type: TTMSMCPToolPropertyBuilder
Syntax
class function AddEnums(const AValues: array of string): TTMSMCPToolPropertyBuilderClass;
Parameters
| Name | Description |
|---|---|
AValues |
The accepted values to add. They are appended to any values already present. |
Returns
The property builder class, so the configuration can be chained.