Vcl.WinXCalendars.TCalendarViewMonthlyViewInfo.GetHeaderText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetHeaderText: string; override;

C++

virtual System::UnicodeString __fastcall GetHeaderText();

Properties

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

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.

Vcl.WinXCalendars.TCalendarViewMonthlyViewInfo.GetHeaderText inherits from Vcl.WinXCalendars.TCalendarViewViewInfoBase.GetHeaderText. All content below this line refers to Vcl.WinXCalendars.TCalendarViewViewInfoBase.GetHeaderText.

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.

See Also