FMX.ListView.Appearances.TListViewItem.ImageIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ImageIndex: Integer read FImageIndex write SetImageIndex;

C++

__property int ImageIndex = {read=FImageIndex, write=SetImageIndex, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TListViewItem

Description

Declares the zero-based index enumerating images in the Images list of images of the TListView control.

If Images and ImageIndex specify a non-existent or an empty image, then the Appearances.TListViewItem control tries to show the Bitmap bitmap, if exists.

The ImageIndex default value is -1.

See Also