FMX.Layouts.TGridPanelLayout.TControlCollection.RemoveControl

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveControl(AControl: TControl);

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TControlCollection

Description

Removes the latest control item associated with the specified AControl control from the Items array.

The Items array is subsequently updated by moving up any control items that come after the deleted one.

See Also