API:FMX.Types.IRoot.RemoveObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveObject(const AObject: TFmxObject); overload;
procedure RemoveObject(Index: Integer); overload;

C++

virtual void __fastcall RemoveObject(TFmxObject* const AObject) = 0 /* overload */;
virtual void __fastcall RemoveObject(int Index) = 0 /* overload */;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IRoot

Description

Embarcadero Technologies does not currently have any additional information.