System.Types.TPoint.X
Delphi
X: FixedInt;
C++
__property LONG X = { read=x, write=x };
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
field property |
public | System.Types.pas SystemTypes.h |
System.Types | TPoint |
説明
TPoint オブジェクトの水平座標を示します。
Delphi
X: FixedInt;
C++
__property LONG X = { read=x, write=x };
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
field property |
public | System.Types.pas SystemTypes.h |
System.Types | TPoint |
TPoint オブジェクトの水平座標を示します。