Deletes all list browser items.
FUNCTION DeleteAllLBItems(
dialogID : LONGINT;
componentID : LONGINT): BOOLEAN;def vs.DeleteAllLBItems(dialogID, componentID):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| dialogID | LONGINT | id of the dialog that contains the list browser |
| componentID | LONGINT | id of the list browser control |
Availability: from VectorWorks12.0