在"Borland"C++ Builder 6中,如何更改button(TButton)的颜色?
TButton
我试过这种方式
button->Font->Color = clRed;
但它不起作用.
c++builder button
button ×1
c++builder ×1