FMX.Grid.TGlyphColumn.GetImageIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetImageIndex(const Value: TValue): TImageIndex;

C++

System::Uitypes::TImageIndex __fastcall GetImageIndex(const System::Rtti::TValue &Value);

Properties

Type Visibility Source Unit Parent
function public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGlyphColumn

Description

Returns the index of the image specified by Value.

GetImageIndex returns the index of the image corresponding to the specified Value. Index is in a list of images specified in TGrid.Images.

See Also