Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 800 Bytes

File metadata and controls

33 lines (27 loc) · 800 Bytes

SetLBItemReadOnly

Description

Sets the item's read-only state.

PROCEDURE SetLBItemReadOnly(
				dialogID     : LONGINT;
				componentID  : LONGINT;
				itemIndex    : INTEGER;
				subItemIndex : INTEGER;
				readOnly     : BOOLEAN);
def vs.SetLBItemReadOnly(dialogID, componentID, itemIndex, subItemIndex, readOnly):
    return None

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 index
subItemIndex INTEGER the column index
readOnly BOOLEAN the read-only state

Version

Availability: from Vectorworks 2022

Category