piHotDividerColor - cCJGrid
The color of the arrows used to show where a column can be dropped when dragging a column header
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer piHotDividerColor
| Access Type | Syntax |
|---|---|
| Read Access: | Get piHotDividerColor to IntegerVariable |
| Write Access: | Set piHotDividerColor to IntegerVariable/Value |
Description
Column dragging is controlled by the pbAllowColumnRemove and pbAllowColumnReorder properties.
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 piHotDividerColor to (rgb(255, 0, 0)) // red
Set piHotDividerColor to clPurple
Set piHotDividerColor to clBtnFace
See Also