Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 929 Bytes

File metadata and controls

35 lines (27 loc) · 929 Bytes

ShowLBItemByClassOpt

Description

Sets if the specified list browser item's can be edited by the user to select the By Class option.

PROCEDURE ShowLBItemByClassOpt(
				dialogID       : LONGINT;
				componentID    : LONGINT;
				itemIndex      : INTEGER;
				subItemIndex   : INTEGER;
				isByClassShown : BOOLEAN);
def vs.ShowLBItemByClassOpt(dialogID, componentID, itemIndex, subItemIndex, isByClassShown):
    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
isByClassShown BOOLEAN if the item allows the user to pick the By Class option

Version

Availability: from Vectorworks 2025.3

Category

  • [Dialogs - Modern - Browser](../Categories/Dialogs - Modern - Browser.md)