FMX.Grid.TGlyphColumn.GetImageIndex

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetImageIndex(const Value: TValue): TImageIndex;

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGlyphColumn


説明

Value で指定されたイメージのインデックスを返します。

GetImageIndex は、指定された Value に相当するイメージのインデックスを返します。インデックスは、TGrid.Images で指定されたイメージのリストにあります。

関連項目