Vcl.WinXCalendars.TCalendarViewViewInfoBase.GetNextDate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetNextDate: TDate; virtual; abstract;

C++

virtual System::TDate __fastcall GetNextDate() = 0 ;

Properties

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

Description

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