Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 663 Bytes

File metadata and controls

34 lines (27 loc) · 663 Bytes

SetLBItemData

Description

Sets the user data associated with the list browser item.

PROCEDURE SetLBItemData(
				nDialogID     : LONGINT;
				nComponentID  : LONGINT;
				nItemIndex    : INTEGER;
				nSubItemIndex : INTEGER;
				nUserData     : LONGINT);
def vs.SetLBItemData(nDialogID, nComponentID, nItemIndex, nSubItemIndex, nUserData):
    return None

Parameters

Name Type Description
nDialogID LONGINT
nComponentID LONGINT
nItemIndex INTEGER
nSubItemIndex INTEGER
nUserData LONGINT

Version

Availability: from VectorWorks12.5

Category

  • Dialogs - Modern - Browser