Web.GetPos

table Web.GetPos ( 

string ObjectName )

Example 1

Web_Pos = Web.GetPos("Web Viewer");

Gets the current X, Y coordinates of the "Web Viewer" web object and stores the results in a table called "Web_Pos." These values can be accessed by referencing Web_Pos.X and Web_Pos.Y.

See also:  Related Actions