Event XbpWindow():killInputFocus Foundation
Xbase Part is losing input focus.
:killInputFocus := {| uNIL1, uNIL2, self | ... }
:killInputFocus () --> self
xbeP_KillInputFocus (1048629)
This method returns the object executing the method (self).
The xbeP_KillInputFocus event is generated when input focus is removed from the Xbase Part (first the input focus is removed, 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 has already lost input focus.
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.