Learn To Setup And Configure SSL & TLS For RAD Studio EMS, DataSnap, REST And Web Services
November 14, 2016
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…
In CodeRageX there were two sessions around MongoDB. The first session is the basics and the second session is more advanced topics dealing with MongoDB.MongoDB is an open-source NoSQL document database. The first session covers a MongoDB overview, JSON and BSON, the…
In this replay demo oriented session from CodeRage X, Pawel is going to show how to build single-source multi-device, natively compiled Delphi apps for iOS, Android, Windows and Mac that integrate with Amazon Web Services using Cloud API framework. Amazon Web Services (AWS) delivers secure, scalable and inexpensive “cloud computing” platform that combined with cross-platform mobile and desktop…
Background Tasks And Inter-App Communication With Android Services And Intents In Delphi And C++Builder
November 7, 2016
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…
How To Skin VCL Apps With Custom VCL Styles In Delphi And C++Builder
November 7, 2016
CodeRage XI is coming up and it’s a great time to go back and review some of the sessions from CodeRage X you may have missed. You can register for CodeRage XI by signing up here.Productivity, Platforms and Performance is the theme for CodeRage XIwhich runs…
Setting a Tab Item Badge Value
October 28, 2016
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 or a push notification that’s been received.
For example, popular social media apps show a badge value on the…
Learn to Program in Delphi - Architecture and Layers of Code
October 28, 2016
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…
Learn to Program in Delphi - Building and Debugging
October 19, 2016
Author: Pawe Gowacki
In the first post we have covered the installation of Delphi Starter. Now it is the high time to start using it! The best way to learn something is to start using it to build something useful, but not too complicated. Today we will start creating a…
Learn to Program with Starter (Homepage)
October 13, 2016
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 you could even switch from one track to another. It will also be very interesting to see the same application developed in two…