lazarus/examples/turbopower_ipro
2017-07-23 16:55:31 +00:00
..
htmain.lfm Examples: add TurboPowerIPro project to display the hierarchy of html nodes of a html document in a treeview 2017-07-23 16:55:31 +00:00
htmain.pas Examples: add TurboPowerIPro project to display the hierarchy of html nodes of a html document in a treeview 2017-07-23 16:55:31 +00:00
index.html Examples: add TurboPowerIPro project to display the hierarchy of html nodes of a html document in a treeview 2017-07-23 16:55:31 +00:00
mainunit.lfm
mainunit.pas
readme.txt Examples: add TurboPowerIPro project to display the hierarchy of html nodes of a html document in a treeview 2017-07-23 16:55:31 +00:00
simplepage2.html
tpiproexample.lpi
tpiproexample.lpr
tpiprohtmltree.lpi Examples: add TurboPowerIPro project to display the hierarchy of html nodes of a html document in a treeview 2017-07-23 16:55:31 +00:00
tpiprohtmltree.lpr Examples: add TurboPowerIPro project to display the hierarchy of html nodes of a html document in a treeview 2017-07-23 16:55:31 +00:00

This directory contains two programs to test the package 
TurboPower Internet Professional. 

(1) tpiproexample: Basic function to display and print a html page.
    Requires that the define HTML_Print is activated.
    
(2) tpiprohtmltree: Displays the hierarchy of html nodes of a html document
    in a treeview.
    Requires that the define HTML_RTTI is activated.
    
Both project require the component turbopoweripro.lpk located in directory 
$LazarusDir/components/turbopower_ipro.