TabColor
Specifies color of the tab if StyleColors property of the page control is set to False
.
pas
property TabColor: TColor read FTabColor write SetTabColor default clBtnFace;
Remarks
This property only have an effect if StyleColors
property of the PageControl is set to False
.