System.PSmallInt

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

type PSmallInt = ^SmallInt;

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