Specifies the distance from the top edge of the screen to the top edge of the main application window.
Syntax
integerVariable = object.Top
Where:
integerVariable is a Long integer variable specifying the Top property (in drawing units).
object is the Application object.
Examples ...