O4WColors routine
Description
(Deprecated in O4W 1.1) Creates a "style" based on the specified background color, foreground color, and background image. Returns the style information (to use immediately with a display element or input control), and (if <stylename> is not null) defines the style by the stylename for use with one or more elements and input controls.
Syntax
O4WCOLORS(styleName, bgColor, fgColor, bgImage)
Parameters
The function has the following parameters:
Parameter | Description |
---|---|
stylename | The style name |
bgColor | The background color |
fgColor | The foreground color |
bgImage | A background image. |
\\|
Remarks
This routine has been deprecated. Use O4WColorStyle routine.
See Also
O4WColorStyle routine