Table of Contents

TTMSMCPScaledBitmaps.Insert Method

Inserts a new item at the specified zero-based index and returns it.

API unit family: TMS.MCP.Types Declaring type: TTMSMCPScaledBitmaps

Overloads

Overload 1

Inserts a new item at the specified zero-based index and returns it.

function Insert(Index: Integer): TTMSMCPScaledBitmap; overload;

Parameters

Name Description
Index Zero-based position where the item is inserted.

Returns

The newly inserted scaled bitmap item.

Overload 2

Inserts a new item with the given scale at the specified zero-based index and returns it.

function Insert(Index: Integer; Scale: Single): TTMSMCPScaledBitmap; overload;

Parameters

Name Description
Index Zero-based position where the item is inserted.
Scale Display scale factor for the new item.

Returns

The newly inserted scaled bitmap item.