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