Table of Contents

TTMSFNCRecurrencyIntList Class

Integer list helper used for recurrence rule parts such as months, days, and hours.

API unit family: TMSFNCRecurrencyHandler Inherits from: TList

Syntax

TTMSFNCRecurrencyIntList = class(TList)

Properties

Name Description
Items Gets or sets the integer value at the specified zero-based index.
StrValue Comma-separated representation of the integer values in the list.

Methods

Name Description
Add Adds an integer value to the end of the list.
Delete Deletes the integer value at the specified zero-based index.
DeleteValue Removes the first matching integer value from the list.
HasValue Checks whether the list contains the specified integer value.
IndexOfValue Returns the zero-based index of the specified integer value.
Insert Inserts an integer value at the specified zero-based index.