Removes the specified column data item.
FUNCTION RemoveLBColumnDataItem(
dialogID : LONGINT;
componentID : LONGINT;
columnIndex : INTEGER;
columnDataItemIndex : INTEGER): BOOLEAN;def vs.RemoveLBColumnDataItem(dialogID, componentID, columnIndex, columnDataItemIndex):
return BOOLEAN| Name | Type | Description |
|---|---|---|
| dialogID | LONGINT | id of the dialog that contains the list browser |
| componentID | LONGINT | id of the list browser control |
| columnIndex | INTEGER | the index of the column |
| columnDataItemIndex | INTEGER | the column data item to remove |
Availability: from VectorWorks11.0