System.TPCharArray

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

type TPCharArray = array [0..536870910] of PWideChar;

C++

typedef PChar TPCharArray;

Propriétés

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

Description

Représente un tableau de chaînes terminées par le caractère NULL.

TPCharArray représente un tableau de chaînes MaxLongint div SizeOf(PChar) de style C terminées par le caractère NULL. TPCharArray est utilisé en interne à des fins de compatibilité C++.

Voir aussi