TLongWordDynArray defines an array of LongWord elements.
TLongWordDynArray = array of LongWord;
array of LongWord TLongWordDynArray;The TLongWordDynArray defines a dynamic array of LongWord elements.
Use SetLength to allocate storage for such an array.
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|