Vidíte historickú verziu tejto stránky. Pozrite si aktuálnu verziu.

Porovnať s aktuálnou verziou Zobraziť históriu stránky

Verzia 1 Aktuálny »

%XML_CreateDocument function


Function
The function creates a XML document.
Declaration
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
 INT _doc
 _doc := %XML_CreateDocument()

  • Žiadne štítky