Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 669 Bytes

File metadata and controls

34 lines (27 loc) · 669 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

  • Dialogs - Modern