Vcl.ComCtrls.TListGroup.TitleImage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TitleImage: TImageIndex read FTitleImage write SetTitleImage;

C++

__property System::Uitypes::TImageIndex TitleImage = {read=FTitleImage, write=SetTitleImage, nodefault};

Properties

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

Description

Title image index.

TitleImage is the index of the list view group's title image. It indexes the image list in the GroupHeaderImages property of the TListView that owns this list view group.

This is available only for Windows Vista, Windows 7, or later Windows operating systems.

See Also

Code Examples