FMX.Types.TFmxObject.AddObjectsToList
Delphi
procedure AddObjectsToList(const AList: TFmxObjectList);
C++
void __fastcall AddObjectsToList(TFmxObjectList* const AList);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TFmxObject |
Description
Adds the children of this object to the given list.
The AddObjectsToList method adds all objects that are owned by this object (stored in the Children field) and all of the objects owned by them to the TList provided in the AList
parameter.