Topic: Change Button Text Color Problem
Hello MVD Fans,
How to change the text color of button ? ? ?
I try with this code
Form1.Button1.Font.Color := clRed;And this code
Form1.Button1.Font.Color := RGB(255, 0, 0);But no one of them change the color of button text !
One can learn and graduate or stay behind.