System.PPAnsiChar

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

type PPAnsiChar = ^PAnsiChar;

C++

typedef char * *PPAnsiChar;

Propriétés

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

Description

Représente un pointeur sur un PAnsiChar.

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

Voir aussi