System.Types.PSmallInt
Delphi
PSmallInt = ^SmallInt; {$NODEFINE PSmallInt} { defined in sysmac.h }
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| pointer | public | System.pas | System.Types | System.Types |
説明
SmallInt を指すポインタです。
PSmallInt は、SmallInt を指すポインタを表します。
Delphi
PSmallInt = ^SmallInt; {$NODEFINE PSmallInt} { defined in sysmac.h }
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| pointer | public | System.pas | System.Types | System.Types |
SmallInt を指すポインタです。
PSmallInt は、SmallInt を指すポインタを表します。