Refreshes a List Box, ListView or Combo Box control based on a data file. List Box, ListView or Combo Box controls populated programmatically are automatically refreshed
Remark: ListDisplay can be used on single-selection and multi-selection List Boxes.
// Refresh the "LOOP_ProductLooper" control
ListDisplay(LIST_CustomerList)
Syntax
ListDisplay(<List Box control>)
<List Box control>: Control name
Name of the List Box, ListView or Combo Box control based on a data file to be refreshed.
If this parameter corresponds to an empty string (""), the List Box, ListView or Combo Box control to which the current event belongs is refreshed.
Remarks
Miscellaneous
- To refresh the Table controls, use TableDisplay.
- ListDisplay can be used on a "Combo Box" table column.