Gets if the specified list browser item's is by class.
FUNCTION GetLBItemByClass(
dialogID : LONGINT;
componentID : LONGINT;
itemIndex : INTEGER;
subItemIndex : INTEGER) : BOOLEAN;def vs.GetLBItemByClass(dialogID, componentID, itemIndex, subItemIndex):
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 |
Returns whether the specified list browser item is set, or not, to be by class.
Availability: from Vectorworks 2025.3
- [Dialogs - Modern - Browser](../Categories/Dialogs - Modern - Browser.md)