TPanel with 'Hot' color

Is there any TPanel with a 'hot' color function ? Need to change the color when it has focus or when the mouse is 'On'

Sorry, we currently do not have this. You could however implement the Panel's OnMouseEnter / OnMouseLeave events and from these events change the panel color.

OK I will do it, I post it here as an idea for future versions.