Deletes the element at the location specified by the path.
FUNCTION DeleteElement(
XMLHandle : LONGINT;
elementPath : STRING):INTEGER;def vs.DeleteElement(XMLHandle, elementPath):
return INTEGER| Name | Type | Description |
|---|---|---|
| XMLHandle | LONGINT | |
| elementPath | STRING |
Availability: from All Versions
This is drop-in function.