TTMSMCPPromptArguments.Items Property
Arguments in the collection, addressed by their position.
API unit family: TMS.MCP.Prompts
Declaring type: TTMSMCPPromptArguments
Type: TTMSMCPPromptArgument
Syntax
property Items[Index: Integer]: TTMSMCPPromptArgument;
Remarks
This is the default property, so the collection can be indexed directly. An argument read from here stays owned by the collection and must not be freed.
Parameters
| Name | Description |
|---|---|
Index |
Zero-based position, which is also the position of the argument's value in the call to the handler. |