System.Classes.TStringList.PutObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Classes.pas
System.Classes.hpp
System.Classes TStringList

Description

Changes the object associated with the string at a specified index.

PutObject is the protected write implementation of the Objects property and is used to provide support for associating objects with the strings in the list.

See Also