OnListClose
  

Action to be performed when closed of list the control

SYNTAX

ON LISTCLOSE <OnListCloseProcedure> | <bBlock>

Alternate Syntax:

ONLISTCLOSE <OnListCloseProcedure> | <bBlock>

Function Syntax:

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

Pseudo-OOP Syntax:

Form.Control.OnListClose:=bBlock