API:FMX.Layouts.TGridPanelLayout.TControlCollection.AddControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddControl(AControl: TControl; AColumn: Integer = -1; ARow: Integer = -1);

C++

void __fastcall AddControl(Fmx::Controls::TControl* AControl, int AColumn = 0xffffffff, int ARow = 0xffffffff);

Properties

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

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!