lazarus/examples/turbopower_ipro
2019-10-28 18:43:39 +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 Examples: Fix compilation when function wrappers in FileUtil are disabled (define NoLazUTF8Wrappers). Clean uses sections. 2015-07-04 23:08:27 +00:00
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 turbopower_ipro: Activate LCLScaling in examples. 2019-10-28 18:43:39 +00:00
tpiproexample.lpr turbopower_ipro: Activate LCLScaling in examples. 2019-10-28 18:43:39 +00:00
tpiprohtmltree.lpi turbopower_ipro: Activate LCLScaling in examples. 2019-10-28 18:43:39 +00:00
tpiprohtmltree.lpr turbopower_ipro: Activate LCLScaling in examples. 2019-10-28 18:43:39 +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.