System.Generics.Collections.TEnumerator.Current

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Current: T read DoGetCurrent;

C++

__property T Current = {read=DoGetCurrent};

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TEnumerator

Description

Renvoie l'élément détenant actuellement la focalisation dans le conteneur.

Current est une propriété en lecture seule qui donne l'élément détenant actuellement la focalisation dans le conteneur.

Voir aussi