Table of Contents

TTMSFNCGraphicsFillGradientItems.Insert Method

Inserts a new gradient stop at the given index in 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.