System.Classes.TStrings.ValueFromIndex

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

Delphi

property ValueFromIndex[Index: Integer]: string read GetValueFromIndex write SetValueFromIndex;

C++

__property System::UnicodeString ValueFromIndex[int Index] = {read=GetValueFromIndex, write=SetValueFromIndex};

プロパティ

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

説明

「名前 = 値」形式の文字列について,特定のインデックスを持つ文字列の値部分を表します。

TStrings オブジェクトで使用する文字列リストに形式が「名前 = 値」の文字列がある場合,ValueFromIndex プロパティを使用すると,特定のインデックスに関連付けられた文字列の値の部分を取得または設定できます。

名前/値ペアの詳細は,「NameValueSeparator プロパティ」を参照してください。

関連項目