System.Types.TSize.Width

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

Delphi

property Width: Integer read cx write cx;

C++

__property LONG Width =  { read=cx,   write=cx  };

プロパティ

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

説明

TSize オブジェクトの幅を示します。

関連項目