System.SysUtils.TCharArray
C++
typedef System::DynamicArray<System::WideChar> TCharArray;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
typedef | public | System.SysUtils.hpp | System.SysUtils | System.SysUtils |
Description
TCharArray declares an array of characters.
The TCharArray type declares a dynamic array of characters.
Note: Dynamic arrays have no intrinsic size. SetLength is used to allocate storage for the defined array size that is desired. Dynamic arrays are always integer-indexed, starting at 0.