Vcl.ComCtrls.THeaderSection.ImageIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ImageIndex: TImageIndex read FImageIndex write SetImageIndex;

C++

__property System::Uitypes::TImageIndex ImageIndex = {read=FImageIndex, write=SetImageIndex, nodefault};

Properties

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

Description

Identifies the image that appears next to the text on the header section.

Use ImageIndex to specify an image that appears next to the text on the header section. ImageIndex is the (0-offset) index of the image in the TCustomImageList component that is available through the header control's Images property.

See Also