FMX.Types.RemoveResource

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveResource(const AObject: TFmxObject);

C++

extern DELPHI_PACKAGE void __fastcall RemoveResource(TFmxObject* const AObject);

Properties

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

Description

Removes the given object from a resources list.

See Also