xHarbour Reference Documentation > Function Reference |
Initializes memory tables required for HTML classes.
THtmlInit() --> lSuccess
The function returns always .T. (true).
Function THtmlInit() initializes all memory lookup tables required for the THtmlDocument() class. It is automatically called when a THtmlDocument object is created. Call THtmlCleanup() to release the HTML memory resources when no more THtmlDocument and THtmlNode objects exist.
See also: | THtmlCleanup(), THtmlDocument(), THtmlNode() |
Category: | HTML functions , xHarbour extensions |
Source: | tip\thtml.prg |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com