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

hiGetKeyboardFocusField

hiGetKeyboardFocusField(
g_formOrRegion 
)
=> s_field / nil

Description

Returns the field that currently has keyboard focus or is nil.

Argument

g_formOrRegion

Form structure or region.

Values Returned

s_field

The last field that received the keyboard input focus.

nil

No field received the keyboard input focus.

Examples

Returns the last field that received the keyboard input focus in the User Preferences form.

hiGetKeyboardFocusField( hiSysProps )

Related Topics

Form and Field Functions


Return to top
 ⠀
X