API:FMX.Types.TFmxChildrenList

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
TEnumerable is an abstract class inherited by all enumerable containers.
FMX.Types.TFmxChildrenList inherits from System.Generics.Collections.TEnumerable. All content below this line refers to System.Generics.Collections.TEnumerable.
TEnumerable is an abstract class inherited by all enumerable containers.
To give your container enumerating functionality, implement and extend the TEnumerable abstract class.
Implement the DoGetEnumerator protected method in order to obtain an instance of the container's enumerator.