Skip to content

piSplitterColor - cSplitterContainer

The color of the splitter

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

Syntax

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

Description

Determines the color of the splitter. 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 piSplitterColor to (rgb(255, 0, 0)) // red
Set Color to clPurple
Set Color to clBtnFace

Default is clBtnFace.