[Overview][Constants][Types][Procedures and functions] Reference for unit 'objpas' (#rtl)

PointerArray

Generic Array of pointers.

Declaration

Source position: objpas.pp line 38

type PointerArray = array [0..512*1024*1024-2] of Pointer;