API:System.Generics.Collections.TDictionary.TPairEnumerator.Current

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

Delphi

property Current: TPair<TKey,TValue> read GetCurrent;

C++

__property TPair__2<TKey,TValue> Current = {read=GetCurrent};

プロパティ

種類 可視性 ソース ユニット
property public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TPairEnumerator

説明

コンテナ内で現在フォーカスされている要素を返します。

System.Generics.Collections.TDictionary.TPairEnumerator.Current は System.Generics.Collections.TEnumerator.Current を継承しています。以下の内容はすべて System.Generics.Collections.TEnumerator.Current を参照しています。

コンテナ内で現在フォーカスされている要素を返します。

Current は、コンテナ内で現在フォーカスされている要素を示す読み取り専用プロパティです。

関連項目