Open main menu

RAD Studio API Documentation β

System.Classes.TCollectionEnumerator.GetCurrent

Delphi

function GetCurrent: TCollectionItem; inline;

C++

TCollectionItem* __fastcall GetCurrent(void);

Properties

Type Visibility Source Unit Parent
function public
System.Classes.pas
System.Classes.hpp
System.Classes TCollectionEnumerator

Description

Gets the current TCollectionItem.

Use GetCurrent to get the current TCollectionItem of the TCollection object being enumerated.