4D v14.3OBJECT SET COLOR |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v14.3
OBJECT SET COLOR
OBJECT SET COLOR
The OBJECT SET COLOR command sets the foreground and background colors of the form objects specified by object. If object is a list box, an additional parameter is used to set the foreground and background colors for even-numbered rows (alternating colors). If you specify the optional * parameter, you indicate an object name (a string) in object. If you omit the optional * parameter, you indicate a field or a variable in object. In this case, you specify a field or variable reference (field or variable objects only) instead of a string. For more information about object names, see the section Object Properties. altColor is used to specify an alternative color for the even-numbered rows of a list box or a list box column. When this parameter is passed, the color parameter will be applied only to odd-numbered rows. Using alternating colors makes lists easier to read. If object specifies the list box object, alternating colors are used throughout the entire list box. If object specifies a column, only the column will use the colors set. The color (as well as altColor) parameter specifies both foreground and background colors. The color is calculated as: Color:=-(Foreground+(256 * Background)) where Foreground and Background are color numbers (from 0 to 255) within the color palette. Color is always a negative number. For example, if the foreground color is to be 20 and the background color is to be 10, then color is – (20 + (256 * 10)) or –2580. Note: You can see the color palette in the Form Editor’s Property List window. The numbers of the commonly used colors are provided by the following predefined constants, located in the “Colors” theme:
Note: While OBJECT SET COLOR works with indexed colors within the default 4D color palette, the OBJECT SET RGB COLORS command allows you to work with any RGB color. To reestablish automatic colors for an object, use the OBJECT SET RGB COLORS command with the Default foreground color and Default background color constants. |
PROPERTIES
Product: 4D
HISTORY
Modified: 4D 2004 SEE ALSO
OBJECT SET RGB COLORS ARTICLE USAGE
4D Language Reference ( 4D v12.4) Inherited from : SET COLOR ( 4D v11 SQL Release 6) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||