Deletes all rows from the specified list box.
PROCEDURE DeleteAllItems(
dialogID : LONGINT;
itemID : LONGINT);def vs.DeleteAllItems(dialogID, itemID):
return None| Name | Type | Description |
|---|---|---|
| dialogID | LONGINT | ID of the dialog |
| itemID | LONGINT | ID of the list box |
Availability: from VectorWorks10.0