Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 620 Bytes

File metadata and controls

29 lines (23 loc) · 620 Bytes

GetTreeControlSelectedItem

Description

Retrieves the itemID of the selected item from a Layout Manager tree control.

FUNCTION GetTreeControlSelectedItem(
				nDialogID    : LONGINT;
				nComponentID : LONGINT;
				VAR nItemID  : INTEGER): BOOLEAN;
def vs.GetTreeControlSelectedItem(nDialogID, nComponentID):
    return (BOOLEAN, nItemID)

Parameters

Name Type Description
nDialogID LONGINT
nComponentID LONGINT
nItemID INTEGER

Version

Availability: from VectorWorks13.0

Category