RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Types.TWideStringDynArray Type

TWideStringDynArray defines an array of WideString elements.

Pascal
TWideStringDynArray = array of WideString;
C++
array of WideString TWideStringDynArray;

The TWideStringDynArray defines a dynamic array of WideString 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!