Contents - Index - Previous - Next


Background property




Declaration
property Background: TFileName;

Description

Specifies the file name of the background image of the document.

Setting the property adds background="filename" to the <BODY> tag of the document.

To remove the background image, set the property to '' (empty string).

Run-time only