API:FMX.Layouts.TGridPanelLayout.TControlCollection.AddControl
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.