Vcl.Forms.TScreen.DesktopWidth

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property DesktopWidth: Integer read GetDesktopWidth;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TScreen

Description

Indique la largeur de l'ensemble du bureau virtuel.

DesktopWidth permet de déterminer la largeur du bureau. Le bureau correspond à la totalité du bureau virtuel, c'est-à-dire avec tous les moniteurs du système.

Sur un système à moniteur unique, DesktopWidth correspond à Width.

Voir aussi