Show: Delphi C++
Display Preferences

System.Classes.TStringList.PutObject

From XE2 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

Personal tools
Previous Versions
Translations