System.IEnumerator.Current

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Current: TObject read GetCurrent;
property Current: T read GetCurrent;

C++

__property TObject* Current = {read=GetCurrent};
__property T Current = {read=GetCurrentT};

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.pas
System.hpp
System IEnumerator

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