Have an amazing solution built in RAD Studio? Let us know. Looking for discounts? Visit our Special Offers page!
CodeDelphiRAD StudioTech Partner

All You Need To Know About The Open Source AsmProfiler 32-Bit Profiler Written In Delphi And Assembly

AsmProfiler is a full tracing 32bit profiler (instrumenting and sampling), written in Delphi and some assembly. AsmProfiler stands for “assembly profiler” because the heart of the profiler is written in assembly. According to the author of the project: “There are some (good) profilers available, but these are: Too expensive, and I want that every programmer can use a…
Read more
C++DatabaseDelphi

Easily Manage Database Event Notifications In Windows Delphi Apps

When it comes to database applications, you start processing lots of data and events. So, to handle these events properly we can use TFDEventAlerter class to handle thedatabase event notifications. The general behavior of the events is DBMS-specific and TFDEventAlerter provides a unified way of handling them. To learn how to utilize this class, we can explore theFireDAC…
Read more
CodeDelphi

Learn How The Delphi RTL Improves Efficiency With Fewer Lines of Code

Delphi RunTime Library gets enhanced with each new Delphi release, but often these improvements hide behind many flashier features. In this session, you can find out some of these fantastic RTL features. For instance, you have this Delphi code: if value = 0 then Result := 'Zero' else Result := 'Non-Zero'; As you can see this is 4 lines of code. You might have seen that in…
Read more
C++DelphiNewsRAD Studio

Flash Sale Ends Today! Multiple Opportunities Available

Note: These flash sale and promo offers have already ended and are no longer valid. The current End-of-Quarter flash sale opportunities for multiple companies in the Idera family, namely Embarcadero…

IN THE ARTICLES