System.Generics.Collections.TDictionary.TValueEnumerator.DoGetCurrent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoGetCurrent: TValue; override;

C++

virtual TValue __fastcall DoGetCurrent();

Properties

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

Description

Returns the currently focused value in the value collection.

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

See Also