Table of Contents

TTMSFNCCalendarDates Class

Collection of TTMSFNCCalendarDateItem entries representing selected dates or disabled dates in the calendar.

API unit family: TMSFNCCalendar Inherits from: TCollection

Syntax

TTMSFNCCalendarDates = class(TCollection)

Properties

Name Description
Items Indexed access to the date items in this collection.

Methods

Name Description
Add Appends a new date item to the collection and returns it.
InCollection Returns True when ADate is present in the collection.
SelectDate Adds the specified date to the collection.
SelectDateInterval Adds all dates in the inclusive range from ADateFrom to ADateTo to the collection.
UnselectAll Removes all dates from the collection.
UnselectDate Removes the specified date from the collection.

Events

Name Description
OnChange Fires when the collection changes.