FMX.Types.AddResource

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddResource(const AObject: TFmxObject);

C++

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

Properties

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

Description

Adds the given object to a resources list.

If the resources list is nil, AddResource creates it first. The AddResource method is used internally by the TFmxObject class constructor.

See Also