Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 465 Bytes

File metadata and controls

30 lines (22 loc) · 465 Bytes

DeleteElement

Description

Deletes the element at the location specified by the path.

FUNCTION DeleteElement(
				XMLHandle   : LONGINT;
				elementPath : STRING):INTEGER;
def vs.DeleteElement(XMLHandle, elementPath):
    return INTEGER

Parameters

Name Type Description
XMLHandle LONGINT
elementPath STRING

Version

Availability: from All Versions

This is drop-in function.

Category

  • XML