System.PPChar

From RAD Studio VCL Reference
Jump to: navigation, search

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.

See Also

Personal tools
Translations
Newest Version