Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 486 Bytes

File metadata and controls

27 lines (21 loc) · 486 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