DeleteTree

<< Click to Display Table of Contents >>

Navigation:  Programming Mechworks PDM > DBWCommandShell > Commands Reference > Database >

DeleteTree

Description

Delete the currently selected tree node.
You obtain the same result as clicking the delete button in the bottom bar.

Syntax

call DBWShell("DeleteTree")

Remarks

warningDBWorks browser must be open and Tree Page must be active.

Example

call DBWShell( "DeleteTree" )

if (okDBW = False) then exit sub