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| Name | Type | Description |
|---|---|---|
| nDialogID | LONGINT | |
| nComponentID | LONGINT | |
| nItemIndex | INTEGER | |
| nSubItemIndex | INTEGER | |
| nUserData | LONGINT |
Availability: from VectorWorks12.5