Reputation: 11
I decided to use a command link button on my form. Is there anyway i can change the color of the text (caption)? The Font property does not seem to change this. As you can see in this image
the color is not very readable.
Upvotes: 0
Views: 1170
Reputation: 564
The command link button is a Windows common control and its font style and colors are controlled by the Windows system settings. Command Links I assume these buttons look the same for you in the windows system. So the answer is: No, you cannot control the font color from within Delphi.
Upvotes: 2