FMX.Layouts.TGridPanelLayout.TCellCollection.GetItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetItem(Index: Integer): TCellItem;

C++

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

Properties

Type Visibility Source Unit Parent
function protected
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TCellCollection

Description

Returns a specified item in the collection.

FMX.Layouts.TGridPanelLayout.TCellCollection.GetItem inherits from System.Classes.TCollection.GetItem. All content below this line refers to System.Classes.TCollection.GetItem.

Returns a specified item in the collection.

GetItem is the protected read implementation of the Items property.

See Also