Event XbpWindow():setInputFocus Foundation

Input focus set.

Syntax
:setInputFocus := {| uNIL1, uNIL2, self | ... }
:setInputFocus () --> self
xbeP_SetInputFocus (1048628)
Return

This method returns the object executing the method (self).

Description

The xbeP_SetInputFocus event is generated after the Xbase Part has received input focus (first the input focus is set, then the event is generated). The first two code block parameters contain NIL and the third contains self. When the code block or method is executed, self already has input focus.

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.