OnListDisplay
  

Action to be performed when closed of display the control

SYNTAX

ON LISTDISPLAY <OnListDisplayProcedure> | <bBlock>

Alternate Syntax:

ONLISTDISPLAY <OnListDisplayProcedure> | <bBlock>

Function Syntax:

SetProperty(Form,Control,'OnListDisplay',bBlock)

Pseudo-OOP Syntax:

Form.Control.OnListClose:=bBlock