BBjLostFocusEvent
Description
In BBj 6.00 and higher, this event is returned by BBjAPI().getLastEvent() when the program is executing callback code that the program has registered for the ON_LOST_FOCUS event.
In BBj 12.00 and higher, this event returns the text value of the control when it lost focus.
In BBj 22.10 and higher, this event returns the boolean value of client validation when the control lost focus.
Methods of BBjLostFocusEvent
Return Value |
Method |
---|---|
string |
getText() |
boolean | isClientValidationValid() |
boolean |
Methods of BBjLostFocusEvent implemented for MultiSourceEvent
Methods of BBjLostFocusEvent inherited from BBjSysGuiEvent
Return Value |
Method |
---|---|
Methods of BBjLostFocusEvent inherited from BBjEvent
Return Value | Method |
---|---|
string | getEventName() |
string | getEventString() |
See Also
CALLBACK Verb - Register BBj Subroutine