closeup

closeup(control: control-type input);

When the list portion of a ComboBox control closes up, the closeup event is generated for the combo box object.

For ComboBox controls, as this event is called only after the click event when using the mouse and after the keyPress and keyUp events when the Enter key is pressed, users can modify the combo box entry selected during the closeup event.

A Table control also has the ability to be folded up so that it has only the height required to display the current row when it loses focus. The closeup event is generated when the table folds up.

This table control facility is controlled by the dropDown property. If the value of this property is DropDown_Auto (2), the table opens up when the table receives the focus. If the value is DropDown_Click (1), the user must specifically click the control to cause the event.

Use a closeup event to select the row (and columns) to be shown for the table in the folded up state.