FMX.Types.TFmxChildrenList.DoGetEnumerator

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoGetEnumerator: TEnumerator<TFmxObject>; override;

C++

virtual System::Generics::Collections::TEnumerator__1<TFmxObject*>* __fastcall DoGetEnumerator();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Types.pas
FMX.Types.hpp
FMX.Types TFmxChildrenList

Description

Returns the container's enumerator.

FMX.Types.TFmxChildrenList.DoGetEnumerator inherits from System.Generics.Collections.TEnumerable.DoGetEnumerator. All content below this line refers to System.Generics.Collections.TEnumerable.DoGetEnumerator.

Returns the container's enumerator.

Implement the DoGetEnumerator protected method in order to return the container's enumerator.

See Also