OnGotFocus
  

Action to be performed when getting the focus

SYNTAX

ON GOTFOCUS <OnGotFocusProcedure> | <bBlock>

Alternate Syntax:

ONGOTFOCUS <OnGotFocusProcedure> | <bBlock>

Function Syntax:

SetProperty ( Form, 'OnGotFocus', bBlock )

Pseudo-OOP Syntax:

Form.OnGotFocus:=bBlock