System.Types.PRect
Delphi
PRect = ^TRect;
C++
typedef TRect *PRect;
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
pointer typedef |
public | System.Types.pas System.Types.hpp |
System.Types | System.Types |
説明
TRect 変数を指すポインタです。
TRect は、長方形のサイズと位置を表します。
Delphi
PRect = ^TRect;
C++
typedef TRect *PRect;
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
pointer typedef |
public | System.Types.pas System.Types.hpp |
System.Types | System.Types |
TRect 変数を指すポインタです。
TRect は、長方形のサイズと位置を表します。