System.Types.TSize.Height

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

Delphi

property Height: Integer read cy write cy;

C++

__property LONG Height = { read=cy,   write=cy  };

プロパティ

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

説明

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

関連項目