[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The monitor to choose when screen coordinates are out of the screen bounds.
Source position: forms.pp line 1010
type TMonitorDefaultTo = ( |
||
mdNearest, |
|
Default to the nearest monitor. |
mdNull, |
|
Default to Nil (no suggested monitor). |
mdPrimary |
|
Default to the primary monitor. |
); |
lazarus-ccr.sourceforge.net |