Previous: 4.51.1.16. uInt32 type To the Table of Contents Next: 4.51.1.18. int16array type
4.51.1.16. uInt32 type Table of Contents 4.51.1.18. int16array type

- 4.51.1.17. -
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.17. int8array type


4.51.1.17. int8array type

Targets: MS-DOS, Win32 console


ObjGfx40 Unit

The intXArray and intXArrayPtr types are defined for dynamic allocation of arrays.

Declaration:
type
  int8ArrayPtr  = ^int8Array;
  int8Array     = array[ 0..0 ] of int8;
See Also:


Previous: 4.51.1.16. uInt32 type To the Table of Contents Next: 4.51.1.18. int16array type
4.51.1.16. uInt32 type Table of Contents 4.51.1.18. int16array type

- 4.51.1.17. -