RadioButton.GetPos

table RadioButton.GetPos ( 

string ObjectName )

Example 1

tbRadio = RadioButton.GetPos("RadioInstall");

Gets the current X, Y coordinates of the "RadioInstall" radiobutton object and stores the results in a table called "tbRadio." These values can be accessed by referencing tbRadio.X and tbRadio.Y.

See also:  Related Actions