RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomForm.Monitor Property

Provides access to the monitor on which the form appears.

Pascal
property Monitor: TMonitor;
C++
__property TMonitor Monitor;

Use Monitor to access information about the monitor on which the form appears if the application runs on a multi-monitor system. The monitor is determined by the DefaultMonitor property. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!