LostFocus Event

Applies To   See Also

Occurs when an object loses the focus.

Syntax

PROCEDURE Object.LostFocus
[LPARAMETERS nIndex]

Parameters

nIndex

Uniquely identifies a control if it is in a control array.

Remarks

The timing of this event occurs depends on the type of object:

For forms, the LostFocus event occurs before the Deactivate event.