formcolor
COLOR

The formcolor statement changes the background color of the current form.


Parameters

This statement has one parameter:

color – is the new background color (see Colors).


Description

This statement changes the background color of the current form. The default background color is white, but you can change it to any color with this statement. (The background color can also be changed manually by going into Graphics Mode and using the Property Inspector.) A procedure can find out what the current background form color is with the info(“formcolor”) function.

The example sets the background color to light gray.

formcolor rgb(56000,56000,56000)

Note: If you want to change the background of another form (not the current form) use the setformoptions statement.


See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.