Delphi

Easy Add Custom Component Icons in Delphi

Author: Pawe Gowacki I have just recently discovered a super easy way of adding custom icons to Delphi components. Traditionally you had to start from a rectangular bitmap of a specific size and color depth and then use Image Editor. This is documented in many places including Stackoverflow. After a little bit of googling I have come across another Stackoverflow post that inspired my to give…
Read more
C++

Custom buttons and the integrated Style Designer

Author: Jorge Batista With the integrated Style Designer in RAD Studio Berlin, you can quickly create custom image buttons. For creating entire multi-device styles from scratch, we recommend you use the Bitmap Style Designer, available via the Tools menu. Create a new FireMonkey multi-device application. Select a “Style” from the drop-down menu in the FireUI Designer. This will allow…
Read more
C++

Changing the color scheme of an Android style

Author: Felipe X60228 In this post, we’ll show you how to use the Bitmap-style designer to change the color scheme of an Android-style you’ve created in IDE Software. Step 1: Select one of the Style Templates Open the Bitmap Style Designer via the Tools menu in…