Vcl.WinXCalendars.TCalendarViewYearlyViewInfo.GetNextDate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetNextDate: TDate; override;

C++

virtual System::TDate __fastcall GetNextDate();

Properties

Type Visibility Source Unit Parent
function class protected
Vcl.WinXCalendars.pas
Vcl.WinXCalendars.hpp
Vcl.WinXCalendars TCalendarViewYearlyViewInfo

Description

Getter of the NextDate property.

Vcl.WinXCalendars.TCalendarViewYearlyViewInfo.GetNextDate inherits from Vcl.WinXCalendars.TCalendarViewViewInfoBase.GetNextDate. All content below this line refers to Vcl.WinXCalendars.TCalendarViewViewInfoBase.GetNextDate.

Getter of the NextDate property.

Introduces an abstract (Delphi) or pure virtual (C++) method to get the date, which will be displayed next to the currently selected one.

Descendants of TCalendarViewViewInfoBase implement the GetNextDate method to get the date, which will be displayed next to the currently selected one.

See Also