Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 831 Bytes

File metadata and controls

35 lines (27 loc) · 831 Bytes

SetLBItemByClass

Description

Sets if the specified list browser item's is by class.

PROCEDURE SetLBItemByClass(
				dialogID     : LONGINT;
				componentID  : LONGINT;
				itemIndex    : INTEGER;
				subItemIndex : INTEGER;
				isByClass    : BOOLEAN);
def vs.SetLBItemByClass(dialogID, componentID, itemIndex, subItemIndex, isByClass):
    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 index
subItemIndex INTEGER the column index
isByClass BOOLEAN if the item is by class or not

Version

Availability: from Vectorworks 2025.3

Category

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