JSDO properties, methods, and events reference : clearItems( ) method
  

clearItems( ) method

Clears the items from a list view associated with a single table reference.
Return type: null
Applies to: progress.ui.UIHelper class, table reference property (UIHelper class)

Syntax

uihelper-ref.clearItems ( )
uihelper-ref.table-ref.clearItems ( )
uihelper-ref
A reference to a UIHelper instance. You can call the method on uihelper-ref if the JSDO associated with the instance has only a single table reference.
table-ref
A table reference on the JSDO associated with the UIHelper instance.

See also:

addItem( ) method, setListView( ) method, showListView( ) method