[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
The preferred monitor for showing a form.
Source position: forms.pp line 462
type TDefaultMonitor = ( |
||
dmDesktop, |
|
Place the form on the full desktop. |
dmPrimary, |
|
Place the form on the primary monitor. |
dmMainForm, |
|
Place the form on the same monitor as the main form. If there is no such form then use the primary monitor. |
dmActiveForm |
|
Place the form on the same monitor as the currently active form. If there is no such form then use the primary monitor. |
); |
When a form is not assigned to a specific monitor, assume the following display context:
Version 4.0 | Generated 2025-05-03 | Home |