TsgPointerList.Items

TsgPointerList

  Classes Reference > List Classes > TsgPointerList > Properties >

TsgPointerList.Items

TsgPointerList

Previous pageReturn to chapter overviewNext page

Lists the object references.

Syntax

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

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.

Go to CAD VCL Enterprise