I use the BitmapStyleDesigner.exe
(shipped with delphi xe5) to edit vcl styles to my application.
How can i add a custom component to the styler palette? i want my TMyButton
, which inherits TButton
, have a different color, shape, etc than the standard TButton
.
Can this be done only by editing the style, or do i have to edit the source of TMyButton
?
The embarcadero wiki hadn't helped (so far).
Thanks in advance!
Objects with Text Info Buttons
chapter. – TLamaStyleObject
to a Component like TMyButton? – linluk