FMX.ListView.TListViewBase.GetImageIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetImageIndex: TImageIndex;

C++

System::Uitypes::TImageIndex __fastcall GetImageIndex();

Properties

Type Visibility Source Unit Parent
function protected
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TListViewBase

Description

Declares the zero-based index of an image.

If you use a non-existent index to access an image in the images list, then no image is retrieved and no exception is raised. The usual default value is -1.

See Also