Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 645 Bytes

File metadata and controls

31 lines (25 loc) · 645 Bytes

GetTreeControlItemData

Description

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

Parameters

Name Type Description
nDialogID LONGINT
nComponentID LONGINT
nItemID INTEGER
nUserData LONGINT

Version

Availability: from VectorWorks12.5

Category