Skip to content

piFocusCellBackColor - cCJGrid

The background color of the focused cell

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

Syntax

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

Description

This is the background color of the focused cell.

Setting piFocusCellBackColor to clNone means that the non-focused cell's background color is always used to paint the focused cell's color. Specifically, if row selection is being used, then the piSelectedRowBackColor is also painted in the focused cell.

Default is clNone.