xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

THtmlInit()

Initializes memory tables required for HTML classes.

Syntax

THtmlInit() --> lSuccess

Return

The function returns always .T. (true).

Description

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.

Info

See also:THtmlCleanup(), THtmlDocument(), THtmlNode()
Category: HTML functions , xHarbour extensions
Source:tip\thtml.prg
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe