Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 888 Bytes

File metadata and controls

34 lines (27 loc) · 888 Bytes

SetLBResOnlyCurDoc

Description

Sets the specified list browser item to only use the current document when using/displaying resources.

PROCEDURE SetLBResOnlyCurDoc(
				dialogID       : LONGINT;
				componentID    : LONGINT;
				itemIndex      : INTEGER;
				subItemIndex   : INTEGER;
				onlyCurrentDoc : BOOLEAN);
def vs.SetLBResOnlyCurDoc(dialogID, componentID, itemIndex, subItemIndex, onlyCurrentDoc):
    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 item index
subItemIndex INTEGER the column index
onlyCurrentDoc BOOLEAN specifies whether or not only the current document should be used

Version

Availability: from Vectorworks 2022

Category

  • Dialogs - Modern - Browser