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

PWordarray

Pointer to an array of word.

Declaration

Source position: sysutilh.inc line 62

type PWordarray = ^TWordArray;

Description

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

See also

TWordArray

  

PByteArray

  

Pointer to an array of byte.

TByteArray

  

Array of bytes

The latest version of this document can be found at lazarus-ccr.sourceforge.net.