[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Find the monitor containing (most of) the given window.
Source position: forms.pp line 1137
public function TScreen.MonitorFromWindow( |
const Handle: THandle; |
MonitorDefault: TMonitorDefaultTo = mdNearest |
):TMonitor; |
Handle |
|
The window handle to use. |
MonitorDefault |
|
What to return when no monitor was found. |
The monitor found.
lazarus-ccr.sourceforge.net |