0
votes

I have two VCL buttons in a Delphi application. But I want both buttons to have different VCL styles sheets.

How can I apply different Delphi VCL style sheets to the buttons?

1
I improved grammar and wording so that the question is easier to understand. I also improved the title so that it better reflects the content of the question. It would be great if you could add some code to the question. This makes it easier for users to answer the question.honk
Maybe this? I don't know if it works with VCL styles.Uli Gerhardt
I'm asking for VCL... It is not working....in VCL....user3271221

1 Answers

1
votes

The VCL Styles architecture doesn't allow use different styles on the controls. If you want use different styles on the buttons you must draw the control your self.