[Overview][Constants][Types][Classes][Procedures and functions][Variables] | Reference for unit 'Classes' (#rtl) |
Provides access to the pointers in the list.
Source position: classesh.inc line 228
public property TList.Items: Pointer |
Items is used to access the pointers in the list. It is the default property of the TList class, so it can be omitted.
The list is zero-based, so Index must be in the range 0 to Count-1.
No notes exist for this page yet.