The OnFocus event is called when the control gets or loses the keyboard focus.
Syntax
Check.OnFocus(
Integer lost)
Integer lost)
Parameters
| lost true, false | The keyboard focus was lost. |
|---|
Return value
The OnFocus event has no return values.
Example
message Application.Check.OnFocus(Integer lost)
{
if lost
else
end
}
{
if lost
else
end
}