FMX.Layouts.TGridPanelLayout.TControlCollection.Controls

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Controls[AColumn, ARow: Integer]: TControl read GetControl write SetControl;

C++

__property Fmx::Controls::TControl* Controls[int AColumn][int ARow] = {read=GetControl, write=SetControl};

Properties

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

Description

Array of TControl controls associated with control items in the control collection.

Use the Controls array to access individual controls associated with ControlItems control items in the TControlCollection control collection. Each control is identified through its Row and Column properties.

Used in TGridPanelLayout grid panel layouts.

See Also