Skip to content

CurrentCellColor - DfBaseEntryList

The background color of the current focus item

Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None

Syntax

Property Integer CurrentCellColor
Access Type Syntax
Read Access: Get CurrentCellColor to IntegerVariable
Write Access: Set CurrentCellColor to IntegerVariable/Value

Description

Determines the background color of the current focus item. This is passed a single value representing an RGB color, which can be a constant representing a Standard Color or a System Color, or a set of R, G and B values. Individual Red, Green, and Blue colors are converted to a single value by using the RGB function.

Set CurrentCellColor to (rgb(255, 0, 0)) // red
Set CurrentCellColor to clPurple
Set CurrentCellColor to clBtnFace