System.PSmallInt

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

C++

typedef Smallint*            PSmallInt;        //

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
pointer
typedef
public
System.pas
sysmac.h
System System

Beschreibung

PSmallInt ist ein Zeiger auf einen SmallInt.

PSmallInt ist ein Zeiger auf einen SmallInt.

Siehe auch