[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'Classes' (#rtl)

TList.Items

Provides access to the pointers in the list.

Declaration

Source position: classesh.inc line 220

public property TList.Items: Pointer
  read Get
  write Put;
  default;

Description

Itemsis used to access the pointers in the list. It is the default property of the TListclass, so it can be omitted.

The list is zero-based, so Index must be in the range 0to Count-1.