Please enable JavaScript to view this site.

ESL Documentation

ESLLIB Function

Return the name of the ESL object that currently has the keyboard input focus.

EslQueryFocus( )

Description

This function returns a string containing the name of the object that has the focus, giving your ESL program a way to determine where keyboard input should be echoed when there are multiple objects on the screen.

Do not call this function in a response to an object, as this may yield unpredictable results.