System.Classes.TListEnumerator.Current

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Current: Pointer read GetCurrent;

C++

__property void * Current = {read=GetCurrent};

Properties

Type Visibility Source Unit Parent
property public
System.Classes.pas
System.Classes.hpp
System.Classes TListEnumerator

Description

The current TList object.

Current contains the current object in the TList that is being enumerated.