FMX.ListView.Appearances.TAppearanceListViewItems.GetEnumerator

From RAD Studio API Documentation

Delphi

function GetEnumerator: TEnumerator<TListViewItem>; reintroduce;

C++

HIDESBASE System::Generics::Collections::TEnumerator__1<TListViewItem*>* __fastcall GetEnumerator(void);

Properties

Type Visibility Source Unit Parent
function public
FMX.ListView.Appearances.pas
FMX.ListView.Appearances.hpp
FMX.ListView.Appearances TAppearanceListViewItems

Description

Returns an enumerator that you can use to iterate through the items of the list view. {{#multireplace:FMX.ListView.Appearances.TAppearanceListViewItems.GetEnumerator|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.ListView.Adapters.Base.TListViewItems.GetEnumerator|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.ListView.Adapters.Base.TListViewItems.GetEnumerator|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Returns an enumerator that you can use to iterate through the items of the list view.

See Also