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