System.PSmallInt

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

PSmallInt     = ^SmallInt;    {$NODEFINE PSmallInt}   { defined in sysmac.h }

C++

typedef Smallint*            PSmallInt;        //

Propriétés

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

Description

PSmallInt est un pointeur sur un SmallInt.

PSmallInt est un pointeur sur un SmallInt.

Voir aussi