System.Generics.Collections.TDictionary.TKeyEnumerator.Current

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

Delphi

property Current: K read GetCurrent;

C++

__property K Current = {read=GetCurrent};

プロパティ

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

説明

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

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

関連項目