Table of Contents

TTMSFNCRecurrencyIntList.Insert Method

Inserts an integer value at the specified zero-based index.

API unit family: TMSFNCRecurrencyHandler Declaring type: TTMSFNCRecurrencyIntList

Syntax

procedure Insert(Index,Value: Integer);

Parameters

Name Description
Index Zero-based position where the value is inserted.
Value Integer value to insert.