peDisabledColor - DfBaseFormList
Determines the background color of a disabled cell
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer peDisabledColor
| Access Type | Syntax |
|---|---|
| Read Access: | Get peDisabledColor to IntegerVariable |
| Write Access: | Set peDisabledColor to IntegerVariable/Value |
Description
The peDisabledColor determines the background color of a disabled cell. This color is only applied if the pbUseDisabledColor property is set to true. When false, the Color property is used to set the background color of all cells in the grid.
Because pbUseDisabledColor defaults to false, this new property will have no affect on existing applications until you change that property.
This property is exposed in the Studio although you will not see the effect of the change until you run your application.
Default is clWindow.