Deletes an item from the specified list browser control.
FUNCTION DeleteLBItem(
dialogID : LONGINT;
componentID : LONGINT;
itemIndex : INTEGER): BOOLEAN;def vs.DeleteLBItem(dialogID, componentID, itemIndex):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| dialogID | LONGINT | id of the dialog that contains the list browser |
| componentID | LONGINT | id of the list browser control |
| itemIndex | INTEGER | the index of the item to delete |
Availability: from VectorWorks11.0