| Unit: | SDL_htmlsupport |
| Class: | THTMLProducer |
| Declaration: | property Template: string; |
The property Template contains the HTML template code which is used to generate the final HTML code. The template code differs from the final code in special HTML tags which are replaced by the actual code when calling the method Convert. For more details on the conversion, please see the general description of the THTMLProducer class.
| Hint: |
In the Light Edition the maximum length of the Template property is restricted to 1000 characters. |
|