API:Vcl.WinXCalendars.TCalendarCellItemsYearlyViewInfo.ItemIsInCurrentRange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ItemIsInCurrentRange(ADate: TDate): Boolean; override;

C++

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

Properties

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

Description

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

Vcl.WinXCalendars.TCalendarCellItemsYearlyViewInfo.ItemIsInCurrentRange inherits from Vcl.WinXCalendars.TCalendarCellItemsViewInfo.ItemIsInCurrentRange. All content below this line refers to Vcl.WinXCalendars.TCalendarCellItemsViewInfo.ItemIsInCurrentRange.


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