Porovnávané verzie

Kľúč

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

%XML_CreateDocument function


Function
The function creates a an XML document.
Declaration


Blok kódu
languageesl
themeConfluence
INT %XML_CreateDocument()
Parameters
None.
Return value
Handle to the created XML document.
Description
The function creates an empty XML document and returns its handle.
Example


Blok kódu
languageesl
themeRDark
 INT _doc
 _doc := %XML_CreateDocument()