axlCorners
axlCorners(t_session[g_refresh] ) => t / nil
Description
If the Corners Setup form is not open, ADE Explorer or ADE Assembler opens the form and brings it to focus. If the form is already open, it is brought to focus. In the latter case, the argument g_refresh specifies whether any change related to corners and tests are to be reflected in the Corners Setup form.
Arguments
Value Returned
Examples
The following example opens the Corners Setup form for the current session.
session_name = axlGetWindowSession()
=>"session0"
;; Load Corner Setup User Inteface Form
axlCorners(session_name t)
=> t
Related Topics
Return to top