Unit 'sysutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

PWordarray

Pointer to an array of word.

Declaration

Source position: sysutilh.inc line 101

type PWordarray = ^TWordArray;

Description

Generic pointer to TWordArray. Use to access memory regions as a word array.

See also

TWordArray

  

Array of word (Unsigned 16 bit integer).

PByteArray

  

Pointer to an array of byte.

TByteArray

  

Array of bytes.


Documentation generated on: Jul 24 2023