System.TPCharArray
From RAD Studio VCL Reference
Contents |
Delphi Information
From System.pas
TPCharArray = array of PWideChar;
Unit: System
Type: array
C++ Information
From System.hpp
typedef wchar_t * TPCharArray;
Unit: System
Type: typedef
Description
Represents an array of null-terminated strings.
TPCharArray represents an array of MaxLongint div SizeOf(PChar) C-style null-terminated strings. TPCharArray is used internally for C++ compatibility.