Vcl.WinXCalendars.TCalendarViewViewInfoBase.GetHeaderText
Delphi
function GetHeaderText: string; virtual; abstract;
C++
virtual System::UnicodeString __fastcall GetHeaderText() = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | class protected | Vcl.WinXCalendars.pas Vcl.WinXCalendars.hpp |
Vcl.WinXCalendars | TCalendarViewViewInfoBase |
Description
Introduces an abstract (Delphi) or pure virtual (C++) method to get the text of the header, formatted in a specific way for each display mode.
Descendants of TCalendarViewViewInfoBase implement the GetHeaderText method to specify the text of the header, formatted in a specific way for each display mode.