TTMSMCPPrompts.Items Property
Prompts in the collection, addressed by their position.
API unit family: TMS.MCP.Prompts
Declaring type: TTMSMCPPrompts
Type: TTMSMCPPrompt
Syntax
property Items[Index: Integer]: TTMSMCPPrompt;
Remarks
This is the default property, so the collection can be indexed directly. A prompt read from here stays owned by the collection and must not be freed.
Parameters
| Name | Description |
|---|---|
Index |
Zero-based position of the prompt. |