System.PPChar

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

type PPChar = ^PWideChar;

C++

typedef PChar*               PPChar;           //

Propriétés

Type Visibilité  Source Unité  Parent
pointer
typedef
public
System.pas
sysmac.h
System System

Description

Représente un pointeur sur un PWideChar.

PPChar représente un pointeur sur un PWideChar. PPChar est généralement utilisé pour référencer un tableau de style C de chaînes terminées par NULL de caractères UTF16.

Voir aussi