Delete method: Leaf class
Syntax
Delete()
Description
The Delete method deletes the leaf object executing the method from the database.
Returns
A number; 0 if the delete is successful.
Example
&MYLEAF = &MYTREE.FindLeaf("8200", "8300");
&MYLEAF.Delete();