Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 747 Bytes

File metadata and controls

31 lines (25 loc) · 747 Bytes

IsLBItemReadOnly

Description

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

Parameters

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

Version

Availability: from Vectorworks 2022

Category