Vcl.WinXCalendars.TCellMonthInfo.GroupText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GroupText: string; override;

C++

virtual System::UnicodeString __fastcall GroupText();

Properties

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

Description

Specifies the text of the GroupText label if a cell is the first one in the group.

Vcl.WinXCalendars.TCellMonthInfo.GroupText inherits from Vcl.WinXCalendars.TCellItemViewInfo.GroupText. All content below this line refers to Vcl.WinXCalendars.TCellItemViewInfo.GroupText.

Specifies the text of the GroupText label if a cell is the first one in the group.

The GroupText specifies the text of the GroupText label if a cell is the first one in the group, and the ShowFirstOfGroupLabel property of the TCalendarView is set to True.

See Also