7

I created a new style in the Bitmap Style Designer, saved it in the Styles folder, but I can't see it in the project options under the Appearances tab. What's wrong?


enter image description here


enter image description here

David Heffernan
  • 601,492
  • 42
  • 1,072
  • 1,490
Oh nooo
  • 478
  • 5
  • 19
  • 2
    Check which _internal_ name are you using for your _VCL Style_, this name must be unique. – RRUZ May 12 '16 at 15:52

1 Answers1

6

If you use an Embarcadero supplyed style as basis, you need to change Author and Name fields in the designers Inspector window.

enter image description here

Then your style will be listed in Project Options - Appearance under an own divider line:

enter image description here

Tom Brunberg
  • 20,312
  • 8
  • 37
  • 54