Product Documentation
Cadence User Interface SKILL Reference
Product Version IC23.1, September 2023

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

r_form

Handle to the form, which is returned by hiCreateAppForm.

Value Returned

l_location

The x and y coordinates of the upper-left corner of the form, specified as a list:

list(x-coordinate y-coordinate)

nil

r_form is not a valid form ID or it is a form that has not been displayed yet.

Related Topics

hiCreateAppForm

Form and Field Functions


Return to top
 ⠀
X