Vcl.ExtCtrls.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(Vcl::Controls::TControl* AControl, int AColumn = 0xffffffff, int ARow = 0xffffffff);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TControlCollection

Description

Creates a new TControlItem instance and adds it to the collection.

Call AddControl to create a control item in the collection. AddControl returns the new control collection item.

See Also