info("scrollpoint")

The info(“scrollpoint”) function returns the distance the current form is scrolled horizontally and vertically.


Description

This function returns the distance the current form is scrolled horizontally and vertically. The distances are returned as a point, so you can use the v( and h( functions to extract the vertical and horizontal distances, respectively (since points are binary data vallues, you cannot view the data without using these functions). If the form is scrolled all the way to the top left, this function will return 0,0. You can save these values and then later feed them back into the formxy statement to move the form back to the original spot.


See Also


History

VersionStatusNotes
10.0NewNew in this version.