JavaScript
{dialog.object}_listRemoveAllRows Method
Syntax
{dialog.object}._listRemoveAllRows(UXListName);
Arguments
- UXListNamestring
The name of the List control.
Description
Removes all rows from a List control.
Example
{dialog.object}._listRemoveAllRows('LIST1');
See Also