System.Classes.TStrings.KeyNames

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

Delphi

property KeyNames[Index: Integer]: string read GetKeyName;

C++

__property System::UnicodeString KeyNames[int Index] = {read=GetKeyName};

プロパティ

種類 可視性 ソース ユニット
property public
System.Classes.pas
System.Classes.hpp
System.Classes TStrings


説明

名前/値ペアを含む文字列リストの中の名前を示します。

KeyNames を使用すると、文字列リストにインデックスでアクセスして名前/値ペアの名前部分を示すことができます。文字列が名前/値ペアでない場合、KeyNames からは文字列全体が返されます。名前/値ペアでない文字列にアクセスしたときに空の文字列が返される方が望ましければ、Names を使用してください。

関連項目