Vcl.ComCtrls.TListGroup.Subtitle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Subtitle: string read FSubtitle write SetSubtitle;

C++

__property System::UnicodeString Subtitle = {read=FSubtitle, write=SetSubtitle};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListGroup

Description

Subtitle text.

Subtitle is the text drawn underneath the list view group's header. This is available only for Windows Vista, Windows 7, or later Windows operating systems.

See Also

Code Examples