hiMoveToFormField
hiMoveToFormField(g_formOrRegion s_field) =>moved / focused / nil
Description
Sets the input focus to the form, scrolls the form to bring the given field into the view, and warps the pointer to the field.
This SKILL function works only if the specified form is currently displayed, and the given field exists on the form or region, such as a scroll region, a tab field, or a tab page.
If the specified field is a text field and can accept input focus, it is set as the current field and the input focus is set to it.
Arguments
Values Returned
Examples
Assuming that the User Preferences form is displayed, the following command moves the pointer to the Web Browser field and set the input focus to it:
hiMoveToFormField( hiSysProps 'hiWebBrowser )
Related Topics
Return to top