Skip to main content

Items

Description

Use Items to obtain a pointer to a specific object in the array. The AIndex parameter indicates the index of the object, where 0 is the index of the first object, 1 is the index of the second object, and so on. Set Items to change the reference at a specific location.

Syntax

property Items[const AIndex: Integer]: Pointer read GetItem write SetItem; default;