Vcl.Forms.TScreen.DesktopWidth

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

Delphi

property DesktopWidth: Integer read GetDesktopWidth;

C++

__property int DesktopWidth = {read=GetDesktopWidth, nodefault};

プロパティ

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

説明

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

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

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

関連項目