Delphi
PPCharArray = ^TPCharArray;
C++
typedef TPCharArray *PPCharArray;
TPCharArray へのポインタです。
PPCharArray は、TPCharArray へのポインタを表します。