EtheaDev / StyledComponents

Components similar to Delphi VCL Buttons, Toolbar, DbNavigator, BindNavigator, ButtonGroup and CategoryButtons with Custom Graphic Styles, and an advanced, full-customizable TaskDialog, also with animations!
Apache License 2.0
152 stars 34 forks source link

Added support for VCL theme aware #21

Closed lancerasmussen closed 2 months ago

lancerasmussen commented 2 months ago

Added support for VCL Theme Awareness option and updated Delphi 12 DPR/DPK to compile those changes.

carloBarazzetta commented 2 months ago

Hy Lance, thank for your contribution, but I don't understand why you implemented this feature, since normally a StyledButton already uses the style of the active VCL, if no alternative style is set to "Classic/Windows/Normal" (or the AsVCLComponent is set to True). Please explain me what do you need.