Vcl.WinXCtrls.TRelativePanelControlCollection.AddControl

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure AddControl(AControl: TControl);

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
public
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TRelativePanelControlCollection


Beschreibung

Fügt der Sammlung neue TControl-Instanzen hinzu.

Mit dieser Methode fügen Sie Ihrer Sammlung neue TControl-Instanzen hinzu.

Siehe auch