System.PSmallInt
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.