OnFocus  Button

The OnFocus event is called when the control gets or loses the keyboard focus.

Syntax

Button.OnFocus(
     Integer lost)

Parameters

lost
true, false
The keyboard focus was lost.

Return value

The OnFocus event has no return values.

Example

message Application.Button.OnFocus(Integer lost)
{
    if lost
    else
    end
}
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia