Afficher : Delphi C++
Préférences d'affichage

System.PUnicodeString

De XE2 API Documentation

Delphi

type PUnicodeString = ^string;

C++

typedef UnicodeString*       PUnicodeString;   //

Propriétés

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

Description

Représente un pointeur sur un UnicodeString.

PUnicodeString représente un pointeur sur un UnicodeString.

Voir aussi

Versions précédentes
Traductions