Sets if the specified list browser item's is by class.
PROCEDURE SetLBItemByClass(
dialogID : LONGINT;
componentID : LONGINT;
itemIndex : INTEGER;
subItemIndex : INTEGER;
isByClass : BOOLEAN);def vs.SetLBItemByClass(dialogID, componentID, itemIndex, subItemIndex, isByClass):
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 row index |
| subItemIndex | INTEGER | the column index |
| isByClass | BOOLEAN | if the item is by class or not |
Availability: from Vectorworks 2025.3
- [Dialogs - Modern - Browser](../Categories/Dialogs - Modern - Browser.md)