System.Generics.Collections.TDictionary.TValueEnumerator.DoGetCurrent

提供:RAD Studio API Documentation

Delphi

function DoGetCurrent: TValue; override;

C++

virtual TValue __fastcall DoGetCurrent(void);

プロパティ

種類 可視性 ソース ユニット
function protected
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TValueEnumerator

説明

値コレクション内で現在フォーカスされている値を返します。

DoGetCurrent は、値コレクション内で現在フォーカスされている値を返します。DoGetCurrent は、Current プロパティのリーダー メソッドです。

関連項目