Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 577 Bytes

File metadata and controls

29 lines (23 loc) · 577 Bytes

RemoveTreeControlItem

Description

Removes an item from a Layout Manager tree control.

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

Parameters

Name Type Description
nDialogID LONGINT
nComponentID LONGINT
nItemID INTEGER

Version

Availability: from VectorWorks13.0

Category