OnInteractiveClose
  

Action to be performed when Interactive Close of the form

SYNTAX

ON INTERACTIVECLOSE <OnInteractiveCloseProcedure> | <bBlock>

Alternate Syntax:

ONINTERACTIVECLOSE  <OnInteractiveCloseProcedure> | <bBlock>

Function Syntax:

SetProperty ( Form, 'OnInteractiveClose', bBlock )

Pseudo-OOP Syntax:

Form.OnInteractiveClose:=bBlock