System.Types.TWideStringDynArray
Delphi
type TWideStringDynArray = array of WideString;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
array | public | System.Types.pas | System.Types | System.Types |
Description
TWideStringDynArray defines an array of WideString elements.
The TWideStringDynArray defines a dynamic array of WideString elements.
Use SetLength to allocate storage for such an array.