System.Generics.Collections.TDictionary.TKeyEnumerator.DoGetCurrent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoGetCurrent: TKey; override;

C++

virtual TKey __fastcall DoGetCurrent();

Properties

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

Description

Returns the currently focused key in the key collection.

DoGetCurrent returns the currently focused key in the key collection. DoGetCurrent is the reader method for the Current property.

See Also