System.Classes.TStringList.GetObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetObject(Index: Integer): TObject; override;

C++

virtual System::TObject* __fastcall GetObject(int Index);

Properties

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

Description

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

GetObject is the protected read implementation of the Objects property. The method returns the object associated with the string at a specified index.

Index is the index of the string with which the object is associated.

See Also