C++Delphi

Measure Heart Rate Using Delphi And C++ Builder With The Power Of ThingConnect IoT Device Component Pack

When I think about Delphi and C++ Builder, the first thing that comes to my mind is powerful third party components that interface with almost everything. Or the syntax we have which is like writing a novel in the English language. RAD Studio comes with hundreds of components that simplify working with probably everything, from standard components to Internet of Things components. Today, I…
Read more
C++DelphiRAD Studio

Get These Visually Stunning FireMonkey Styles Free To Enhance User Experience In Your Delphi Apps

Last few years, we can see that many amazing and visually stunning FireMonkey and VCL styles have been developed. With these kinds of styles, you can take your user experience of the application to next level by just applying it with the TStyleBook component. TStyleBook component stores a collection of styles for a form. When you understand styles and this TStyleBook you can easily customize…
Read more
CodeDelphi

Quickly Create Robust Scalable Delphi Applications With Event Bus Framework

When creating a robust and large-scale application containing lots of components interacting with each other, the Delphi Event Bus framework can be a great solution to maintain loose coupling and building a consistent platform. If you know Bus Topology from Networking classes back in your Computer Science classes, you can easily understand what is Event Bus framework, because they are quite…
Read more