[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Forms' (#lcl)

TDefaultMonitor

The preferred monitor for showing a form.

Declaration

Source position: forms.pp line 387

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.

);

Description

When a form is not assigned to a specific monitor, assume the following display context:

The latest version of this document can be found at lazarus-ccr.sourceforge.net.