Search:     Advanced search

Function MouseY

Article ID: 304
Last updated: 24 Sep, 2010
Views: 851
Posted: 11 Dec, 2008
by Thomas B.
Updated: 24 Sep, 2010
by Murray D.

 

Description:

Returns MousePosition.Y on the image.

Notes:

Shows a message with the current MouseY Position.

Pascal Example:

ShowMessage('MouseY: ' + IntToStr(MouseY));

Visual Basic Example:

ShowMessage("MouseY: " + IntToStr(MouseY))


Enterprise and Developer editions

This article was:  
Prev  Not what you're looking for? Suggest a topic  Next
function MouseX     Output