Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 807 Bytes

File metadata and controls

34 lines (27 loc) · 807 Bytes

SetLBItemMkrByClass

Description

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

FUNCTION SetLBItemMkrByClass(
				dialogID     : LONGINT;
				componentID  : LONGINT;
				itemIndex    : INTEGER;
				subItemIndex : INTEGER;
				isByClass    : BOOLEAN): BOOLEAN;
def vs.SetLBItemMkrByClass(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 marker is by class or not

Version

Availability: from Vectorworks 2022

Category

  • Dialogs - Modern - Browser