System.Classes.TList.Get

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Get(Index: Integer): Pointer;

C++

void * __fastcall Get(int Index);

Properties

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

Description

Returns an item given its index in the list.

Get is the getter method for the Items property.

See Also