Screen.Top

From Xojo Documentation

Read-Only Property (As Integer )
IntegerValue = aScreen.Top

Supported for all project types and targets.

The top coordinate of the screen relative to the main screen. For the main screen, it is zero. Use the Screen method to call Top. For example, Screen(0).Top returns the top coordinate of the main screen.