Board index » delphi » Can change size but not colour of text in TButton

Can change size but not colour of text in TButton

Why can I change the size of text but not the colour of text on a TButton?

Please nominate this question for the least complex question ever posted on
this forum! And yet it has stumped me. :-(

 

Re:Can change size but not colour of text in TButton


I guess this is the question that have been asked manytimes in this
newsgroup eversince it was started.
Well, the reason for not able to change font color is: TButton is just a
wrapper for the windows control Button. If you really want to work with font
colors, you could use TBitButton.

Senthil Velmurugan.

Quote
"APentecostal" <nospam.pentecos...@rogers.com> wrote in message

news:3e693628$1@newsgroups.borland.com...
Quote
> Why can I change the size of text but not the colour of text on a TButton?

> Please nominate this question for the least complex question ever posted
on
> this forum! And yet it has stumped me. :-(

Re:Can change size but not colour of text in TButton


Thanks, buddy.

Quote
> TButton is just a wrapper for the windows control Button. If you really

want to work with font
Quote
> colors, you could use TBitButton.
> Senthil Velmurugan.

Other Threads