Show: Delphi C++
Display Preferences

System.Classes.TStringList.GetObject

From XE2 API Documentation
Jump to: navigation, search

Delphi

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

Properties

Type Visibility Source Unit Parent
function protected System.Classes.pas 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

Personal tools
Previous Versions
Translations