FreePascal: how do I change the colour of a TPaint object on Mouseover
问题 My Custom menu is coming along nicely and can detect when the mouse is within the boundaries of the link rectangles and respond to mouseup events. What I would now like for it to do is change the colours of the link rectangles when the user hovers the mouse within their boundaries. I've set colour properties this way before but manually and not dynamically. Basically, nothing happens. Debugging shows that the mouse position routine is working perfectly but the rectangles stay the same colour.