Custom skin for custom control via Delphi VCL Styles API?

476 views Asked by At

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?

0

There are 0 answers