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

TMonitorDefaultTo

The monitor to choose when screen coordinates are out of the screen bounds.

Declaration

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.

);

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