RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.PWordArray Type

PWordArray is a pointer to a TWordArray type.

Pascal
PWordArray = ^TWordArray;
C++
^TWordArray PWordArray;

The PWordArray type points to a TWordArray variable. The TWordArray type declares a static array of Words. The array size is 16,384 (2**14) elements. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!