From 25a11ea33a203b4384bce39554d8945caba1a47e Mon Sep 17 00:00:00 2001 From: paul Date: Thu, 24 Jun 2010 09:10:50 +0000 Subject: [PATCH] docs: document TMonitor class git-svn-id: trunk@26276 - --- docs/xml/lcl/forms.xml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/docs/xml/lcl/forms.xml b/docs/xml/lcl/forms.xml index 9fb6996386..c9dac8316e 100644 --- a/docs/xml/lcl/forms.xml +++ b/docs/xml/lcl/forms.xml @@ -9701,6 +9701,47 @@ Different operation systems has different preferences regards showing images in

sbgSystem - use system preferences for glyphs showing

+ + + TMonitor - system monitor + TMonitor contains properties to access visible and work dimensions of the system monitor. + + + + Hanlde - system handle of monitor + + + + MonitorNum - index of the monitor in the screen monitors list + + + + Left - the logical position of the left side of the monitor + + + + Height - the logical height of the monitor + + + + Top - the logical position of the top side of the monitor + + + + Width - the logical width of the monitor + + + + BoundsRect - the logical dimensions of the monitor + + + + WorkareaRect - the logical dimensions of the monitor except the unusable parts (like the taskbar, the dockbar, the global menu) + + + + Primary - indicates whether this monitor is primary +