Porovnávané verzie

Kľúč

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

%XML_FreeGrammar function


Function
The function releases XSD grammar from a memory.
Declaration


Blok kódu
languageesl
themeConfluence
BOOL %XML_FreeGrammar(
   INT in grammar
 )
Parameters


grammarHandle to XSD grammar.
Return value
@TRUE - the function was done successfully
@FALSE - the function failed
Description
After finishing the work with XSD grammar, its instance must be release released from the memory by calling this function.
Example


Blok kódu
languageesl
themeRDark
 BOOL _bFree
 _bFree := %XML_FreeGrammar(_grammar)