System.IEnumerator.GetCurrent

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetCurrent: TObject;
function GetCurrent: T;

C++

virtual TObject* __fastcall GetCurrent() = 0 ;

Propriétés

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

Description

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

GetCurrent est une méthode qui renvoie l'élément détenant actuellement la focalisation dans le conteneur.

Voir aussi