System.Types.PSmallInt

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

type PSmallInt = ^SmallInt;

Eigenschaften

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


Beschreibung

Zeiger auf SmallInt.

Ein PSmallInt repräsentiert einen Zeiger auf ein SmallInt.

Siehe auch