Vcl.Forms.TScreen.DesktopLeft

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property DesktopLeft: Integer read GetDesktopLeft;

C++

__property int DesktopLeft = {read=GetDesktopLeft, nodefault};

Propriétés

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

Description

Spécifie la coordonnée x du bord gauche du bureau par rapport au coin supérieur gauche du moniteur principal.

Utilisez DesktopLeft pour déterminer la coordonnée x du bord gauche du bureau entier par rapport au coin supérieur gauche du moniteur principal. Le moniteur principal correspond à celui dont la propriété Primary a la valeur true. Le bureau correspond à la totalité du bureau virtuel, c'est-à-dire avec tous les moniteurs du système.

Sur un système à moniteur unique, DesktopLeft est à 0.

Voir aussi