TTMSMCPTools.Items Property
Default indexed property giving access to the tools by position, so the collection can be indexed directly. Reading an item also rebinds it to the collection's owner.
API unit family: TMS.MCP.Tools
Declaring type: TTMSMCPTools
Type: TTMSMCPTool
Syntax
property Items[Index: Integer]: TTMSMCPTool;
Parameters
| Name | Description |
|---|---|
Index |
Zero-based position in the collection. |