TextColor

[property icon] TextColor

Specifies the default text color

Integer SYM index property

Applies to: Generic , Grid , GridCell


>TextColor

TextColor

This property allows an alternative text color to be specified for a control. The new color is specified by assigning a pointer to one of the available stock colors, alternatively a color set created by the forms designer can be specified. For example:

 .edit1.TextColor = &DarkBlue

An example KCML program you can paste into a KCML workbench session demonstrating the full list of stock colors is available below:

See also

Generic methods, properties and events. Grid methods, properties and events. GridCell methods, properties and events.