Vcl.WinXCalendars.TCellItemViewInfo.GroupText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GroupText: string; virtual; abstract;

C++

virtual System::UnicodeString __fastcall GroupText() = 0 ;

Properties

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

Description

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