FMX.Layouts.TGridPanelLayout.TCellCollection.GetItem

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

Delphi

function GetItem(Index: Integer): TCellItem;

C++

HIDESBASE TGridPanelLayout::TCellItem* __fastcall GetItem(int Index);

プロパティ

種類 可視性 ソース ユニット
function protected
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TCellCollection

説明

コレクション内の指定された項目を返します。

FMX.Layouts.TGridPanelLayout.TCellCollection.GetItem は System.Classes.TCollection.GetItem を継承しています。以下の内容はすべて System.Classes.TCollection.GetItem を参照しています。

コレクション内の指定された項目を返します。

GetItem メソッドは,Items プロパティの読み取りプロテクトメソッドです。

関連項目