4D v16.3OBJECT SET COLOR |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v16.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 Object Properties section. The color 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. altColor is used to specify an alternative background color for the even-numbered rows of a list box or a list box column. In altColor, you must pass only the "background" part of the color formula, i.e. AltColor:=-(256 * Background). 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. The following example sets the color of the text area shown below in the form editor: After executing the following statement: ... the area appears as follows:
See also
|
PROPERTIES
Product: 4D
HISTORY
Modified: 4D 2004 ARTICLE USAGE
4D Language Reference ( 4D v16) |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||