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

TWordArray

Declaration

Source position: sysutilh.inc line 58

type TWordArray = array [0..16383] of Word;

Description

TWordArrayis a generic array definition, mostly for use as a base type of the PWordArraytype.

See also

PWordArray

  

Pointer to an array of word.

PByteArray

  

Pointer to an array of byte.

TByteArray

  

Array of bytes