TTMSFNCScaledBitmaps.Insert Method
Inserts a new item at the specified zero-based index and returns it.
API unit family: TMSFNCTypes
Declaring type: TTMSFNCScaledBitmaps
Overloads
Overload 1
Inserts a new item at the specified zero-based index and returns it.
function Insert(Index: Integer): TTMSFNCScaledBitmap; 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): TTMSFNCScaledBitmap; 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.