Show: Delphi
C++
Display Preferences
Converting HTML-transparent Tags
From RAD Studio
Go Up to Using Web Broker Index
Go Up to C++Builder Developer's Guide
The page producer converts the HTML template when you call one of its Content methods. When the Content method encounters an HTML-transparent tag, it triggers the OnHTMLTag event. You must write an event handler to determine the type of tag encountered, and to replace it with customized content. See Using Page Producers from an Action Item for a simple example of converting HTML-transparent tags.
If you do not create an OnHTMLTag event handler for the page producer, HTML-transparent tags are replaced with an empty string.