Each property has its own set of property values that you can use to specify the true and false conditions in the If expression. Usually you specify a number to indicate what you want. For example, if you are working with the Border property, you use the number 0, 1, 2, 4, 5, or 6 to specify a border. (The number 3 specifies the Resize border that does not display correctly on the Windows CE platform.)
Valid values display in the Properties view wherever possible. For example, the drop-down list showing border selections includes the correct number for specifying each border in code. In this case, the number is shown parenthetically after the name of the border type, such as ShadowBox (1), Box (2), and so on.
Table 23-1 summarizes the properties available for controls in a DataWindow. A detailed description of each property follows the table. For more information about control properties, see the DataWindow Reference in the online Help.
Property |
Painter option in Properties view |
Description |
---|---|---|
Background Color on General page or Font page |
Background color of a control |
|
Border on General page |
Border of a control |
|
Brush Color on General page |
Color of a graphic control |
|
Brush Hatch on General page |
Pattern used to fill a graphic control |
|
Text Color on Font page; Color on General page; Line Color on General page |
Color of text for text controls, columns, and computed fields; background color for the DataWindow object; line color for graphs |
|
Escapement on Font page |
Rotation of a control |
|
Size on Font page |
Height of text |
|
Italic on Font page |
Use of italic font for text |
|
Strikeout on Font page |
Use of strikethrough for text |
|
Underline on Font page |
Use of underlining for text |
|
Bold on Font page |
Weight (for example, bold) of text font |
|
Format on Format page |
Display format for columns and computed fields |
|
Height on Position page |
Height of a control |
|
Pen Color on General page |
Color of a line or the line surrounding a graphic control |
|
Pen Style on General page |
Style of a line or the line surrounding a graphic control |
|
Pen Width on General page |
Width of a line or the line surrounding a graphic control |
|
Protect on General page |
Whether a column can be edited |
|
Timer Interval on General page |
How often time fields are to be updated |
|
Visible on General page |
Whether a control is visible |
|
Width on Position page |
Width of a control |
|
X on Position page |
X position of a control |
|
X1, X2 on Position page |
X coordinates of both ends of a line |
|
Y on Position page |
Y position of a control relative to the band in which it is located |
|
Y1, Y2 on Position page |
Y coordinates of both ends of a line |