Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 709 Bytes

File metadata and controls

33 lines (27 loc) · 709 Bytes

InsertTreeControlItem

Description

Inserts an item into a Layout Manager tree control.

FUNCTION InsertTreeControlItem(
				nDialogID    : LONGINT;
				nComponentID : LONGINT;
				strItemLabel : STRING;
				nParentID    : INTEGER;
				nAfterID     : INTEGER): INTEGER;
def vs.InsertTreeControlItem(nDialogID, nComponentID, strItemLabel, nParentID, nAfterID):
    return INTEGER

Parameters

Name Type Description
nDialogID LONGINT
nComponentID LONGINT
strItemLabel STRING
nParentID INTEGER
nAfterID INTEGER

Version

Availability: from VectorWorks13.0

Category