It’s not working with my code.
Transparent := True;
VisualStyle := vsGradient;
GradientColorStyle := gcsCustom;
SelectionColorStart := StyleServices.GetStyleColor(scButtonFocused);
SelectionColorStop := StyleServices.GetStyleColor(scButtonFocused);
SelectionFrameColor := StyleServices.GetStyleColor(scButtonFocused);
I need to change font color to white.