C++

How to make RESTful WebBroker using C++Builder

Author: Andrea L59044 I used FireDAC because I wanted to make a DB connection to MySQL DB. Resource and suffix can be obtained with Request->PathInfo. So decomposePathInfointostd::vector<UnicodeString>and put it in. //// std::vector<UnicodeString> __fastcall TWebModule1::path_to_vector(String path_) { std::vector<UnicodeString>…
Read more
News

It is time to Modernize!

Over the last months I met hundreds of customers. It is somewhat humbling to learn about the many powerful applications built with D6, D7, Delphi 2005/2006/2007, XE2/3 and newer RAD Studio versions. Especially astounding is the number of great applications that are still…
News

What is RAD Server and How You Can Use It?

Author: Emailx45 I’m digging the new job. Lots of interesting things going on. Lots of great plans. Now, you may not realize it, but I’m the Director of Product Management for all the Embarcadero products, including a very cool product named RAD Server. Many of you may have heard of RAD Server, but aren’t exactly sure what it is or why you’d want or need it. Well, read this blog…
Read more
News

Migrating Delphi - Case Studies Webinar

On this webinar we learned how to migrate from older editions of Delphi with some stories of what to look for and how to update your code (including tools and resources to help you along the way) This webinar focused on these three areas for migrating legacy Delphi to the…
Delphi

Delphi Boot Camp September 2016 Recap, Replays and Blog Posts

Delphi Boot Camp September 2016 Recap, Replays and Blog Posts We’ve completed the Delphi Boot Camp 2016. Thank you to the thousands of developers who attended each day. The Delphi Boot Camp introduces the Delphi IDE, Programming Language, FireMonkey framework, Game Application Development and Moving your Applications to Mobile. The replay videos are now available on YouTube. Below you…
Read more
News

Webinar: Cool Apps and Case Studies

Author: Andreas@Mediatech Delphi and C++Builder are regularly used to build amazing software. Many of these are highlighted in the Cool Apps Contestor in our case studies. This webinar takes a look at some cool apps and case studies that highlight unique software and…
News

Three Ways To Easily Embed A Database With Your Android And IOS Apps

There are numerous embedded databases that can be used with Delphi and C++Builder. Embarcadero provides two embedded databases: InterBase ToGo and IBLite. The SQLite Consortium created SQLite, an embedded SQL database engine. Finally, there’s TFDMemTable, which can save and load data from binary, XML, and JSON files, as well as query them via its LocalSQL property. Each embedded database has…
Read more