FMX.ListView.Appearances.TAppearanceListViewItems.GetEnumerator

From RAD Studio API Documentation
Jump to: navigation, search

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.

FMX.ListView.Appearances.TAppearanceListViewItems.GetEnumerator inherits from FMX.ListView.Adapters.Base.TListViewItems.GetEnumerator. All content below this line refers to FMX.ListView.Adapters.Base.TListViewItems.GetEnumerator.

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

See Also