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_FreeGrammar function


Function
The function releases XSD grammar from a memory.
Declaration
BOOL %XML_FreeGrammar(
   INT in grammar
 )

Parameters
grammar Handle 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 from the memory by calling this function.
Example
 BOOL _bFree
 _bFree := %XML_FreeGrammar(_grammar) 

  • Žiadne štítky