System.Generics.Collections.TDictionary.TKeyEnumerator.DoGetCurrent
Delphi
function DoGetCurrent: TKey; override;
C++
virtual TKey __fastcall DoGetCurrent(void);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | protected | System.Generics.Collections.pas System.Generics.Collections.hpp |
System.Generics.Collections | TKeyEnumerator |
説明
キー コレクション内で現在フォーカスされているキーを返します。
DoGetCurrent は、キー コレクション内で現在フォーカスされているキーを返します。DoGetCurrent は、Current プロパティのリーダー メソッドです。