Vcl.WinXCtrls.TRelativePanelControlCollection.RemoveControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveControl(AControl: TControl);

C++

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

Properties

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

Description

Removes the TControl instance from the collection.

See Also