TPointerArray

  Classes Reference > Records, types etc. >

TPointerArray

Previous pageReturn to chapter overviewNext page

Unit

sgLists

Syntax

type TPointerArray = array[0..MaxInt div SizeOf(Pointer) - 1] of Pointer;

Description

Represents an array of pointers.

Go to CAD VCL Enterprise