FMX.Layouts.TGridPanelLayout.TControlCollection.ControlItems

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ControlItems[AColumn, ARow: Integer] : TControlItem read GetControlItem;

C++

__property TGridPanelLayout::TControlItem* ControlItems[int AColumn][int ARow] = {read=GetControlItem};

Properties

Type Visibility Source Unit Parent
property public
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TControlCollection

Description

Array of TControlItem control items in the TControlCollection control collection.

Use ControlItems to access individual control items in the control collection. Each control item is identified through its Row and Column properties.

Used in TGridPanelLayout grid panel layouts.

See Also