System.Types.PSmallInt
Delphi
type PSmallInt = ^SmallInt;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| pointer | public | System.Types.pas | System.Types | System.Types |
Description
Pointer to Smallint.
A PSmallInt represents a pointer to a Smallint.
Delphi
type PSmallInt = ^SmallInt;
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| pointer | public | System.Types.pas | System.Types | System.Types |
Pointer to Smallint.
A PSmallInt represents a pointer to a Smallint.