Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 488 Bytes

File metadata and controls

29 lines (22 loc) · 488 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