Delphi
PSmallInt = ^SmallInt; {$NODEFINE PSmallInt} { defined in sysmac.h }
C++
typedef Smallint* PSmallInt; //
Properties
Type |
Visibility |
Source |
Unit |
Parent |
pointer typedef |
public |
System.pas sysmac.h |
System |
System |
Description
Is a pointer to a SmallInt.
PSmallInt is a pointer to a SmallInt.
See Also