Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 446 Bytes

File metadata and controls

28 lines (21 loc) · 446 Bytes

DeleteAllItems

Description

Deletes all rows from the specified list box.

PROCEDURE DeleteAllItems(
				dialogID : LONGINT;
				itemID   : LONGINT);
def vs.DeleteAllItems(dialogID, itemID):
    return None

Parameters

Name Type Description
dialogID LONGINT ID of the dialog
itemID LONGINT ID of the list box

Version

Availability: from VectorWorks10.0

Category

  • Dialogs - Modern