[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Provides access to the pointers in the list.
Source position: classesh.inc line 178
public property TFPList.Items: Pointer |
Itemsis used to access the pointers in the list. It is the default property of the TFPListclass, so it can be omitted.
The list is zero-based, so Index must be in the range 0to Count-1.