Vcl.ListActns.TListControlItem.ImageIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ImageIndex: TImageIndex read FImageIndex write SetImageIndex default -1;

C++

__property System::Uitypes::TImageIndex ImageIndex = {read=FImageIndex, write=SetImageIndex, default=-1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ListActns.pas
Vcl.ListActns.hpp
Vcl.ListActns TListControlItem

Description

Identifies the image associated with this item.

Set ImageIndex to associate this item with an image. ImageIndex is an index into the Images property of the component that uses this TListControlItem object to represent one of its items.

See Also