Vcl.WinXCalendars.TCalendarCellItemsMonthlyViewInfo.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 TCalendarCellItemsMonthlyViewInfo

Description

Indicates whether the item is the date 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