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

説明

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

Current は、ペア コレクション内で現在フォーカスされているペアを示す読み取り専用プロパティです。

関連項目