TTMSMCPCloudAIImages.Insert Method
Inserts a new empty image item at the given position in the collection.
API unit family: TMS.MCP.CloudImageAI
Declaring type: TTMSMCPCloudAIImages
Syntax
function Insert(Index: Integer): TTMSMCPCloudAIImage;
Remarks
Item order is preserved when the images are sent, so inserting changes which image a service treats as the first or subject image.
Parameters
| Name | Description |
|---|---|
Index |
Zero-based position at which the new item is inserted. |
Returns
The newly created item, still without image content.