System.Generics.Collections.TDictionary.Keys

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

Delphi

property Keys: TKeyCollection read GetKeys;

C++

__property TKeyCollection* Keys = {read=GetKeys};

プロパティ

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

説明

全ディクショナリ キーのインデックス付け可能なリスト。

Keys は、ディクショナリ内のすべてのキーを格納した読み取り専用の列挙型コレクションです。

Count プロパティには、Keys 内のエントリの数が格納されています。

関連項目