Skip to content

piShadeSortColor - cCJGrid

Color used to shade sorted columns

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

Syntax

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

Description

This property has no effect unless the pbShadeSortColumn property is set to True.

Default is clNone.

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 piShadeSortColor to (rgb(255, 0, 0)) // red
Set piShadeSortColor to clPurple
Set piShadeSortColor to clBtnFace