webFileName

Type: String

Availability: Read or write at any time

The webFileName property of the Picture class has two purposes. It enables you to specify a file name (for example, "image.jpg" or "mypic.png") for:

A firewall would prevent an existing file from being used, so to use an existing file requires that the firewall parameter in the [WebOptions] section of the JADE initialization file is set to false.

Using an existing file for static images can greatly improve performance.

For the Form class, this property contains the name of the background image that is to be displayed on the Web page.

For the Button class, this property contains the name of the image that is to be displayed on a button on the Web page.