Window_PullFocus()

Examples


The Window_PullFocus() function pulls the focus from the specified window. Any pending change or post scripts for the currently-focused field will be run.

Syntax

Window_PullFocus(window window_name)

Parameters

window window_name The name of the window from which you want to pull the focus.

Return value

The boolean value true.

Comments

The Window_PullFocus() function is typically used in the processing procedure for focus triggers. In certain instances, the pending change and post scripts for the currently-focused field need to be run so the processing procedure can perform the necessary actions.

After the focus has been pulled from the window, no item in the window will be focused.


Documentation Feedback