表示: Delphi C++
表示設定

System.Classes.TStringList.PutObject

提供:XE2 API Documentation
移動: 案内, 検索

Delphi

procedure PutObject(Index: Integer; AObject: TObject); override;

C++

virtual void __fastcall PutObject(int Index, System::TObject* AObject);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
System.Classes.pas
System.Classes.hpp
System.Classes TStringList

説明

指定されたインデックスにある文字列に関連づけられているオブジェクトを変更します。

PutObject は、Objects プロパティに書き込むための protected 実装で、オブジェクトに対するリスト内文字列の関連付けをサポートするために、使用されます。

関連項目

以前のバージョン
他の言語