Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 638 Bytes

File metadata and controls

29 lines (23 loc) · 638 Bytes

SetLBReadOnly

Description

Sets the list browser's read-only state.

PROCEDURE SetLBReadOnly(
				dialogID    : LONGINT;
				componentID : LONGINT;
				readOnly    : BOOLEAN);
def vs.SetLBReadOnly(dialogID, componentID, 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
readOnly BOOLEAN the read-only state

Version

Availability: from Vectorworks 2022

Category