I'd like to use Delphi's built-in Styles API to apply custom skins to my own visual controls.
Delphi's Style Designer allows adding custom style images and objects. But how do I make use of them inside a custom control?
GetElementDetails
only excepts the predefined element types (button, checkbox, etc.) and StyleServices
doesn't seem to provide access to custom style objects otherwise.
Is there a way?