ui.Dialog.deleteNode()

The DeleteNode() method is used to delete nodes when the dialog works with a tree table. You can fill the program array before the dialog execution using BEFORE DISPLAY and BEFORE DIALOG control blocks.

 

The method needs two arguments:

 

CALL DIALOG.DeleteNode("screen_array", index)

 

 

Unlike the DeleteRow() method, the DeleteNode() method deletes all child nodes and only after that removes the node identified by the index argument.

 

 

Related topics:

ui.Dialog.deleteRow()