Determines if the specified item is read only.
FUNCTION IsLBItemReadOnly(
dialogID : LONGINT;
componentID : LONGINT;
itemIndex : INTEGER;
subItemIndex : INTEGER): BOOLEAN;def vs.IsLBItemReadOnly(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 number |
| subItemIndex | INTEGER | the column number |
Availability: from Vectorworks 2022