Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 621 Bytes

File metadata and controls

29 lines (23 loc) · 621 Bytes

GetTreeControlTextSelectedItem

Description

Retrieves the item text of the selected item from a tree control.

FUNCTION GetTreeControlTextSelectedItem(
				nDialogID    : LONGINT;
				nComponentID : LONGINT;
				VAR itemText : STRING): BOOLEAN;
def vs.GetTreeControlTextSelectedItem(nDialogID, nComponentID):
    return (BOOLEAN, itemText)

Parameters

Name Type Description
nDialogID LONGINT
nComponentID LONGINT
itemText STRING

Version

Availability: from Vectorworks 2011

Category