Vcl.WinXCalendars.TCalendarCellItemsViewInfo.ItemIsInCurrentRange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ItemIsInCurrentRange(ADate: TDate): Boolean; virtual; abstract;

C++

virtual bool __fastcall ItemIsInCurrentRange(System::TDate ADate) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCalendarCellItemsViewInfo

Description

Introduces an abstract (Delphi) or pure virtual (C++) method to empty the list and any associated objects.

Descendants of TCalendarCellItemsViewInfo implement the ItemIsInCurrentRange method to indicate whether the specified date is in the current range.

  • In the month view, these are the dates in the current month.
  • In the year view—current months.
  • In the decade view—current years.

See Also