TWordArray declares an array of Words.
TWordArray = array[0..16383] of Word;
array[0..16383] of Word TWordArray;
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!
|