System.PShortString

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

PShortString = ^ShortString;

C++

typedef ShortString*         PShortString;     //

Propriétés

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

Description

Représente un pointeur sur un ShortString.

PShortString est un pointeur sur un ShortString.

Remarque : PShortString est utilisé par les compilateurs de bureau Delphi, mais n'est pas supporté par les compilateurs mobiles Delphi. Pour de plus amples informations, voir Migration du code Delphi en mobile depuis le bureau.

Voir aussi