System.Classes.TCollectionEnumerator.Current

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Current: TCollectionItem read GetCurrent;

C++

__property TCollectionItem* Current = {read=GetCurrent};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
System.Classes.pas
System.Classes.hpp
System.Classes TCollectionEnumerator

Beschreibung

Das aktuelle TCollection-Objekt.

Current enthält das aktuelle TCollectionItem-Element im aufzuzählenden TCollection-Objekt.