Vcl.Forms.TCustomForm.Monitor

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Monitor: TMonitor read GetMonitor;

C++

__property TMonitor* Monitor = {read=GetMonitor};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.Forms.pas
Vcl.Forms.hpp
Vcl.Forms TCustomForm

Beschreibung

Stellt den Zugriff auf den Monitor bereit, auf dem das Formular angezeigt wird.

Wenn die Anwendung auf einem Multi-Monitor-System ausgeführt wird, greifen Sie mit Monitor auf Informationen über den Monitor zu, auf dem das Formular angezeigt wird. Der Monitor wird mit der Eigenschaft DefaultMonitor festgelegt.

Siehe auch