TTMSMCPTools.Insert Method
Creates an empty tool at a given position instead of appending it, so the published listing order can be controlled.
API unit family: TMS.MCP.Tools
Declaring type: TTMSMCPTools
Syntax
function Insert(Index: Integer): TTMSMCPTool; overload;
Parameters
| Name | Description |
|---|---|
Index |
Zero-based position to insert at. |
Returns
The newly created tool, owned by the collection.