Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 717 Bytes

File metadata and controls

33 lines (27 loc) · 717 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