FMX.Types.TFmxObject.AddObjectsToList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddObjectsToList(const AList: TFmxObjectList);

C++

void __fastcall AddObjectsToList(System::Generics::Collections::TList__1<TFmxObject*>* 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.


See Also