Vcl.Forms.TScreen.DesktopHeight

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

Delphi

property DesktopHeight: Integer read GetDesktopHeight;

C++

__property int DesktopHeight = {read=GetDesktopHeight, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TScreen

説明

仮想デスクトップ全体の高さを指定します。

DesktopHeight プロパティを使用すると,デスクトップ全体の高さを指定できます。デスクトップは,システムのすべてのディスプレイを含む仮想デスクトップ全体として定義されます。

単一ディスプレイのシステムでは,DesktopHeight プロパティは Height プロパティに一致します。

関連項目