System.Generics.Collections.TDictionary.TValueEnumerator.DoGetCurrent

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function DoGetCurrent: TValue; override;

C++

virtual TValue __fastcall DoGetCurrent();

プロパティ

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

説明

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

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

関連項目