XVCL example - HelloWorld

The purpose of this example is to illustrate how to create a simplest HTML document using XVCL. The program generates HTML document containing one <DIV> element with "Hello World!" text in it.

Press F9 to generate HTML content...

Components/classes used in this example

Key properties/technologies illustrated in this example

Implementation details

This example creates a template of an HTML document (FHTML). It then creates an instance of TJvxHTMLDiv class and inserts it into the body of the HTML document. After that an instance of TJvxXMLGenerator class is used to generate HTML content using the template. Generated content is saved in Output.htm file.