Ok, now that I got the issue with TListView completed, as the initial step on my project (testing), the last known issue is HTML parsing.
Now, I was able to successfully use TWebBrowser to get the webpages that was in the TListView. But now this is the critical part, at least in my book. One of the fields that I will be processing will have HTML in it. I searched and the examples I found had the code writing out the HTML to a disk file, then reading it in (e.g. to a temp file). The data I will be processing will be in a database (FB). I want to do the following (in the order of preference listed). 1. Have a VCL component that accesses the field with HTML in it, and displays it like the TWebBrowser component. If this isn't available; 2. Copy the field data into memory variable, put the memory variable into TWebBrowser (or something similiar), and display it. In this case as the user changes the record, I will pull the data from the database and refresh the component display with the new data. I've looked through the VCL Tool Palette, and I can't find anything. Can someone help me? I don't want to spend money. Thanks again.

