MouseInBox
From SCAR Divi Manual
function MouseInBox(const Box: TBox): Boolean;
SCAR Divi 3.25 > Current
Returns True if the cursor position relative to the client is inside of a box specified by the TBox Box.
begin WriteLn(MouseInBox(IntToBox(0, 0, 500, 500))); end.