FMX.Types.IRoot.AddObject
Delphi
procedure AddObject(const AObject: TFmxObject);
C++
virtual void __fastcall AddObject(TFmxObject* const AObject) = 0 ;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
procedure function |
public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | IRoot |
Description
Declares the method which adds the object provided in the AObject parameter to the list of children of the current root parent.
AObject specifies the object to be added as a child.
Implement AddObject in order to add AObject as a child of the current root parent.
For details, see FMX.Types.TFmxObject.AddObject.