C++

VCL Migration and RAD Server Delphi Webinars in December

Author: Pawe Gowacki There will be many interesting Embarcadero webinars before the end of the year! This week, on Dec 7th, Marc Gusmano, Sencha Solutions Architect, will be presenting “Best Practices for Building Universal Web Applications” with Sencha Ext JS framework and Delphi RAD Server REST API backends. On Dec 14th, Embarcadero Product Managers will present “RAD Studio…
Read more
C++

Don't be Afraid to Migrate Your VCL App

There are many existing VCL Windows apps built with older versions of Delphi and C++Builder, using outdated technologies and frameworks.In this demo oriented session Paweł is going to walk you through different scenarios of migrating existing Delphi VCL apps to…
C++

Building Perfect REST APIs with RAD Server and Delphi

REST API architecture has become the most popular approach for building scalable, secure, multi-user systems.Using RAD Server you can quickly publish your Delphi or C++ logic as HTTP REST API endpoints that can be used from any app and framework, including mobile…
C++

Massive Collection Of Design Patterns, Frameworks, Components, And Language Features For Delphi

DeveloperbeNative over on GitHub has a project called Concepts which is a massive collection of Delphi modular demos featuring over twenty differentlanguage features, design patterns and some interresting frameworks, and components. A copy of all of the libraries the Concepts project depends on are included to reduce the hassle of installing them separately. The modular demos include…
Read more
C++

Wi-Fi management from applications using C++Builder

Author: h.mohri UsingC++Builder 10.2 Tokyo, explain how to switchWi-FionAndroid. ManageWi-Fiswitching usingJWifiManager I usedi_JWifiManager which wrappedWifiManager.di_JWifiManager is theDelphi interface.Set the variable._di_JWifiManager f_WifiManager;use it like this. Required headers Header file for using…
Read more
C++

Build iOS 11 ready apps with RAD Studio 10.2.1

Target iOS 11 with RAD Studio 10.2.1 and the newly released iOS 11 patch. We’ve released a patch that adds support for building and debugging iOS 11 apps on supported devices, as well as creating App Store, Ad Hoc, or In-House Distribution ready apps. It also addresses…