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