System.Generics.Collections.TDictionary.TKeyEnumerator.DoGetCurrent

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

Delphi

function DoGetCurrent: TKey; override;

C++

virtual TKey __fastcall DoGetCurrent();

プロパティ

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

説明

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

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

関連項目