Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 657 Bytes

File metadata and controls

31 lines (25 loc) · 657 Bytes

GetTreeControlItemText

Description

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

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

Parameters

Name Type Description
nDialogID LONGINT
nComponentID LONGINT
nItemID INTEGER
itemText STRING

Version

Availability: from Vectorworks 2011

Category