Home > Enterprise >  How to change titlebar color in Delphi 10.4 FMX application?
How to change titlebar color in Delphi 10.4 FMX application?

Time:07-27

Why there is no property about Form TitleBar in Delphi 10.4 FMX multi-device application? (Windows 64bit application) How to change the form TitleBar color? I can not edit the custom or the default style for Form either. Found a third-party site that shows some styles have colored TitleBar. https://www.delphistyles.com/fmx/index.html So, does anyone knows the mystery part about it?

CodePudding user response:

In order to edit Title bar style the style editor that is built into Delphi IDE won't be enough. The built in style designer is mostly intended to quickly create custom styles for specific components.

What you want to use is standalone Bitmap Style Designer that you launch from Tools-> Bitmap Stlye Designer

  • Related