C++

Learn To Setup And Configure SSL & TLS For RAD Studio EMS, DataSnap, REST And Web Services

This replay sessionby Robert Lovefrom CodeRage X will cover how to establish secure communication channels using with EMS, DataSnap, Rest, Web services, and raw Indy Sockets. It covers using SSL & TLS, OpenSSL, SSL with Indy, SSL with IIS, and how to configure ISAPI with SSL. It also covers older versions and which versions are vulnerable to POODLE. There is a demonstration of…
Read more
C++

Background Tasks And Inter-App Communication With Android Services And Intents In Delphi And C++Builder

Author: Andreas H57472 If you are developing Android applications with Delphi or C++Builder, you may want to perform background tasks for your app. This is simple to accomplish with Android Services. There is a fantastic CodeRage X replay on building Android Services with RAD Studio. Also, keep an eye out for the next CodeRage XI. The three days are jam-packed with sessions on quickly building…
Read more
Delphi

Setting a Tab Item Badge Value

Author: Chris Chuah I recently received some questions on how to display a circular badge icon and badge value on a tab item in TTabControl. Badge icons are commonly set to indicate a status change. The number displayed on the badge is frequently tied to a local notification…
C++

Learn to Program in Delphi - Architecture and Layers of Code

Author: Pawe Gowacki Last week we have created „DelphiSuperCalculator” project and learn how to build, run and debug it. Before rushing into writing code it is a good thing to step back first and think about the overall architecture of your app. This typically involves breaking your app into smaller parts and in code a typical metaphor is a “layer” or “tier” of…
Read more
C++

Learn to Program with Starter (Homepage)

Author: Pawe Gowacki In coming weeks David Millington (C++Builder Product Manager) and I are going to publish weekly blog postings where you can learn programming step by step with Delphi and C++Builder. As much as possible we will try to synchronise topics and content so…
Delphi

Learn to Program in Delphi - Introduction and Installation

Author: Pawe Gowacki This blog post is the beginning of the “Learn to Program in Delphi” series. My name is Paweł Głowacki and I have been using and teaching Delphi for the last 20 years. I love Delphi programming and I do it also in my spare time. I think you can call me a “Delphi Maniac”. Simultaneously with me David Millington, C++Builder Product Manager, is starting a…
Read more