FMX.Types.TFmxChildrenList

From RAD Studio API Documentation
Jump to: navigation, search

System.Generics.Collections.TEnumerableSystem.TObjectTFmxChildrenList

Delphi

TFmxChildrenList = class(TEnumerable<TFmxObject>)

C++

class PASCALIMPLEMENTATION TFmxChildrenList : public System::Generics::Collections::TEnumerable__1<TFmxObject*>

Properties

Type Visibility Source Unit Parent
class public
FMX.Types.pas
FMX.Types.hpp
FMX.Types FMX.Types

Description

TFmxChildrenList offers support for the children list of enumerable objects.

See Also