Vcl.WinXCalendars.TCalendarCellItemsMonthlyViewInfo.ItemIsFirstOfGroup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Indicates whether the specified date is the date of the first element of the group.

See Also