System.Types.TPoint.X

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

X: FixedInt;

C++

__property LONG X = { read=x,   write=x  };

プロパティ

種類 可視性 ソース ユニット
field
property
public
System.Types.pas
SystemTypes.h
System.Types TPoint


説明

TPoint オブジェクトの水平座標を示します。

TPoint.X の型は、FixedInt です。

関連項目