OnLostFocus
|
Action to be performed when losing the focus.
SYNTAX
ON LOSTFOCUS <OnLostFocusProcedure> | <bBlock>
Alternate Syntax:
ONLOSTFOCUS <OnLostFocusProcedure> | <bBlock>
Function Syntax:
SetProperty ( Form, , 'OnLostFocus', bBlock )
Pseudo-OOP Syntax:
Form.OnLostFocus:=bBlock