Method XbpWindow():hasInputFocus() Foundation

Returns whether the Xbase Part has input focus.

Syntax
:hasInputFocus() --> lFocus
Return

This method returns .T. (true) when the Xbase Part has input focus, otherwise .F. (false) is returned.

Description

The method :hasInputFocus() determines whether the Xbase Part has input focus. "Input focus" means that keyboard events are sent to the Xbase Part. The Xbase Part that has the input focus receives all input that is done through the keyboard.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.