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

What Are The Mistakes We Made In Creating Delphi Objects?

Practically every developer, even a newcomer in programming, can create and destroy objects correctly. A classic construction that is used in the majority of programs looks the following way: MyObject:= TMyClass.Create(); try {some code…} finally MyObject.Free; end; Yet, some time ago, there were a lot of discussions where to place object creation: before an exception handler or within…
Read more
C++Delphi

Developer and Development News - Sunday, November 14, 2021

I’ve built a C++Builder app that pulls development related news and posts from more than 50 developer focused RSS news feeds. From time to time, I’ll highlight some of the articles that piqued my interest. Beautiful C++: 30 Core Guidelines for Writing Clean, Safe, and Fast Code–Kate GregoryIncludes explanations of 30 guidelines along with plenty of examples, the occasional…
Read more
How-To'sInterBase

Top 10 How To's: InterBase

InterBase is a great solution for Delphi, C++Builder and RAD Studio users. Seamlessly integrated and with highly advanced security and data management features, like multi-level encryption, super-easy change tracking, data transfer speeds, quick recovery, and very low…
DelphiHow-To'sPython

Top 10 How-To’s: Delphi & Python

What would it be like to create tools that integrate Delphi with Python (including building Python GUI apps)? How much fun would it be to allow Delphi to execute Python code and call Python libraries, and allow Python to call modules in Delphi and interact with Delphi code…
C++Code

How To Migrate Legacy C++ Apps To Unicode

This brief article focuses on helping you migrate your legacy C++ IDE applications to Unicode. Based on information from the Embarcadero consultants here you will find tips, tricks, and techniques to migrate legacy C++ Builder apps to a newer version. We will look at working with Unicode in C++ Builder. For example you may know for the string datatype C++ Builder offers several choices. Your…
Read more
DelphiEventNewsRAD Studio

Join The DelphiCon2021 Referral Program to Win Amazing Prizes, Including a Mac Mini!

DelphiCon is On! The world’s biggest annual online conference on, in and around Delphi is just a week away! DelphiCon 2021 is open, free, and loaded with incredible content and amazing prizes and giveaways. If you want to know just how hot Delphi is right now, this is an unmissable event! Here at Embarcadero we want to make this year’s DelphiCon the biggest ever, and to achieve that we…
Read more
DatabaseInterBaseNews

InterBase Encryption - How to Get Started?

Table of Contents IntroductionGetting Started With Interbase Encryption EngineEncrypting a Database with IBConsoleUsing the System Encryption Password parameter System Encryption Password in…

IN THE ARTICLES