System.Generics.Collections.TDictionary.TKeyEnumerator.DoGetCurrent

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function DoGetCurrent: TKey; override;

C++

virtual TKey __fastcall DoGetCurrent();

Propriétés

Type Visibilité  Source Unité  Parent
function protected
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TKeyEnumerator

Description

Renvoie la clé détenant actuellement la focalisation dans la collection de clés.

DoGetCurrent renvoie la clé détenant actuellement la focalisation dans la collection de clés. DoGetCurrent est la méthode de lecture de la propriété Current.

Voir aussi