Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 579 Bytes

File metadata and controls

31 lines (24 loc) · 579 Bytes

DeleteAttribute

Description

Deletes the attribute at the location specified by the path. Returns an error code.

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

Parameters

Name Type Description
XMLHandle LONGINT
elementPath STRING
attribute STRING

Version

Availability: from All Versions

This is drop-in function.

Category