TTMSFNCGraphicsFillGradientItems.Insert Method
Inserts a new gradient stop at the given
indexin the collection and returns it.
API unit family: TMSFNCGraphicsTypes
Declaring type: TTMSFNCGraphicsFillGradientItems
Syntax
function Insert(index: Integer): TTMSFNCGraphicsFillGradientItem; reintroduce;
Parameters
| Name | Description |
|---|---|
index |
Zero-based position at which to insert the new gradient stop. |
Returns
The newly inserted TTMSFNCGraphicsFillGradientItem.