Retrieves the user data associated with the list browser item.
PROCEDURE GetLBItemData(
nDialogID : LONGINT;
nComponentID : LONGINT;
nItemIndex : INTEGER;
nSubItemIndex : INTEGER;
VAR nUserData : LONGINT);def vs.GetLBItemData(nDialogID, nComponentID, nItemIndex, nSubItemIndex):
return nUserData| Name | Type | Description |
|---|---|---|
| nDialogID | LONGINT | |
| nComponentID | LONGINT | |
| nItemIndex | INTEGER | |
| nSubItemIndex | INTEGER | |
| nUserData | LONGINT |
Availability: from VectorWorks12.5