CodeDelphiWebinar

Secrets of Visual Design on Windows 11

Using truly great IDE software really empowers software developers. RAD Studio is so much more than just Delphi – which I think is the easiest professional modern programming language you can pick – it also brings along a whole bunch of great things not the least of which is a rich selection of professionally designed graphical program styles to make your apps look like you have the…
Read more
News

Level Up Your UI Design Skills

Author: Rebekah D You’re short on time, and cash, so where can you go to learn new skills to improve your app UIs? There are a ton of free, or nearly free, on-demand resources if you know where to look. Enroll in free, or inexpensive, Online Courses: I love taking…
C++

Creating great UIs with C++Builder and FireMonkey: app templates

FireMonkey is an advanced UI toolkit, capable of great layouts and designs. We’d like to show you what it’s capable of, and how easy it is to make great interfaces using it. We’ve just introduced eighteenexample UI templates using FireMonkey and C++ that really showhow easy it is tocreate great-looking apps. These are freely availableon GetIt, our package…
Read more
Delphi

Design Patterns in RAD Delphi

Author: Bogdan Polak BSC What is a design pattern? While several definitions can be formulated, they all contain one universal message. In my opinion the most accurate definition is given in the Wikipedia: https://en.m.wikipedia.org/wiki/Software_design_pattern I would like…
Delphi

Changing FireMonkey style at runtime

Author: Pawe Gowacki Last month Sarina DuPont blogged about loading custom FireMonkey styles on a mobile device at runtime (“How to load custom styles at runtime“). That’s a very interesting approach to compile a custom style as a resource into the mobile…