Retrieves the user data of the specified item from a tree control.
PROCEDURE GetTreeControlItemData(
nDialogID : LONGINT;
nComponentID : LONGINT;
nItemID : INTEGER;
VAR nUserData : LONGINT);def vs.GetTreeControlItemData(nDialogID, nComponentID, nItemID):
return nUserData| Name | Type | Description |
|---|---|---|
| nDialogID | LONGINT | |
| nComponentID | LONGINT | |
| nItemID | INTEGER | |
| nUserData | LONGINT |
Availability: from VectorWorks12.5