[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The monitor to use when screen coordinates are outside of the physical bounds for the screens.
Source position: forms.pp line 1119
type TMonitorDefaultTo = ( |
||
mdNearest, |
|
Default to the nearest monitor. |
mdNull, |
|
Default to Nil (no suggested monitor). |
mdPrimary |
|
Default to the primary monitor. |
); |
Version 4.0 | Generated 2025-05-03 | Home |