hiSetKeyboardFocusField
hiSetKeyboardFocusField(g_formOrRegions_field[g_limitSearch[g_onlyCurrentTabPage]] ) =>t/nil
Description
Sets the keyboard focus to field, s_field, if it is found in the form or region, g_formOrRegion and is allowed to have keyboard focus. It also enables you to do a hierarchical search if g_limitSearch is not specified or is set to nil. The search is limited to only the top-level of the form or scroll region field if, g_limitSearch is specified as a non-nil value.
Arguments
Values Returned
Examples
Sets keyboard input focus on the Place Manually Boolean button field in the User Preferences dialog.
hiSetKeyboardFocusField( hiSysProps 'ciwHistoryLines )
Related Topics
Return to top