RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.TWordArray Type

TWordArray declares an array of Words.

Pascal
TWordArray = array[0..16383] of Word;
C++
array[0..16383] of Word TWordArray;

SysUtils

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

Note: Static arrays are declared with an immutable size.
 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!