Porovnávané verzie

Kľúč

  • Tento riadok sa pridal
  • Riadok je odstránený.
  • Formátovanie sa zmenilo.

%XML_RemoveAttribute function


Function
Function removes the attribute.
Declaration


Blok kódu
languageesl
themeConfluence
BOOL %XML_RemoveAttribute(
    INT in element, 
    TEXT in name
 )
Parameters


elementHandle to XML element.
nameAttribute name.
Return value
@TRUE - attribute removed, @FALSE - cannot remove the attribute.
Description
The function removes the given attribute of the XML element.
Example


Blok kódu
languageesl
themeRDark
 BOOL _ok
 _ok := %XML_RemoveAttribute(_el, "attribute")