System.Classes.TCollection.GetItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetItem(Index: Integer): TCollectionItem;

C++

TCollectionItem* __fastcall GetItem(int Index);

Properties

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

Description

Returns a specified item in the collection.

GetItem is the protected read implementation of the Items property.

See Also