System.PPChar
From RAD Studio VCL Reference
Contents |
Delphi Information
From System.pas
PPChar= System.PPWideChar;
Unit: System
Type: pointer
C++ Information
From System.hpp
typedef wchar_t * * PPChar;
Unit: System
Type: typedef
Description
Is a pointer to a PWideChar.
PPChar represents a pointer to a PWideChar. PPChar is usually used to reference a C-style array of null-terminated strings of UTF16 chars.