System.Types.PSmallInt

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
pointer public System.pas System.Types System.Types


Beschreibung

Zeiger auf SmallInt.

Ein PSmallInt repräsentiert einen Zeiger auf ein SmallInt.

Siehe auch