Vcl.WinXCtrls.TRelativePanelControlCollection.AddControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddControl(AControl: TControl);

C++

void __fastcall AddControl(Vcl::Controls::TControl* AControl);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TRelativePanelControlCollection

Description

Adds new TControl instances to the collection.

Use this method to add new TControl instances to your collection.

See Also