hiGetFormLocation
hiGetFormLocation(r_form) =>l_location/nil
Description
Returns the x and y coordinates of the upper-left corner of the form you specify. If the form is not currently displayed, but has been displayed at least once, this function returns the last location at which it was displayed. If the form has never been displayed, this function returns nil.
Argument
Value Returned
|
The x and y coordinates of the upper-left corner of the form, specified as a list: |
|
|
r_form is not a valid form ID or it is a form that has not been displayed yet. |
Related Topics
Return to top