Previous: 4.51.1.20. uInt8array type To the Table of Contents Next: 4.51.1.22. uInt32array type
4.51.1.20. uInt8array type Table of Contents 4.51.1.22. uInt32array type

- 4.51.1.21. -
Table of Contents
4. Standard Units
4.51. ObjGfx40 - ObjectGraphics 4.0 Unit
4.51.1. ObjGfx40 Unit Constants, Variables, and Data Types
4.51.1.21. uInt16array type


4.51.1.21. uInt16array type

Targets: MS-DOS, Win32 console


ObjGfx40 Unit

The uIntXArray and uIntXArrayPtr types are defined for dynamic allocation of arrays.

Declaration:
type
  uInt16ArrayPtr = ^uInt16Array;
  uInt16Array    = array[ 0..0 ] of uInt16;
See Also:


Previous: 4.51.1.20. uInt8array type To the Table of Contents Next: 4.51.1.22. uInt32array type
4.51.1.20. uInt8array type Table of Contents 4.51.1.22. uInt32array type

- 4.51.1.21. -