New in 10.2.2 is the inclusion of aRAD Server Single Site Deployment License in Enterprise & Architect Editions of Delphi, C++Builder and RAD Studio.
A Single Site license is perfect for both in-house developers building solutions for their company and ISVs creating solutions for multiple companies. ISVs and in-house developers alike can leverage built-in multi-tenancy support to spin up…
RAD Studio 10.2.2 Released Today
December 12, 2017
I am excited to announce that RAD Studio 10.2.2 was released today. 10.2 Tokyo, Release 2 (also known as 10.2.2) is an update of Delphi 10.2 Tokyo, C++Builder 10.2 Tokyo and RAD Studio 10.2 Tokyo available for any active Update Subscription customer.
10.2.2 Registered…
VCL Migration and RAD Server Delphi Webinars in December
December 4, 2017
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…
Don't be Afraid to Migrate Your VCL App
December 3, 2017
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 Windows 10, mobile, web and multi-tier architectures.We are going to discuss best practices in migration VCL apps…
Building Perfect REST APIs with RAD Server and Delphi
December 3, 2017
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…
Massive Collection Of Design Patterns, Frameworks, Components, And Language Features For Delphi
November 12, 2017
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…
C-To-Delphi Converter Tool Can Quickly And Easily Help You Convert Standard C Code To Delphi
November 11, 2017
Developer Wouter Van Nifterick has a C-To-Delphi converter tool available over on GitHub under an MIT open source license. The tool contains a split view where you can write standard C code on the left side of the split view and it will show you translated code in Object Pascal (Delphi) on the right side of the split view. The DelphiAST library is used to perform syntax checking on the Delphi code…
When programming is pure fun: creating mazes - at CodeRage
November 5, 2017
CodeRage XII is this week! (Nov 7-9.) And I have something very cool to show in one session,a weekend project that has been pure fun to write, reminding me of the days when I was a teenager learning to code and writing just because I enjoyed it.
I’m…
Author: h.mohri
Output toJSON Base64 ImageData Reading Browser.I useExt JS. And theJSON serverisC++Builder bcc32.
Create a standalone new project for WebBroker.
Add action on TWebModule side.
PathInfo is set…
To get the NetworkInfo using the ConnectivityManager of Android
October 10, 2017
Author: h.mohri
Using ConnectivityManager with C++Builder
With C++Builder 10.2 Tokyo Android ConnectivityManager class is available.
Use the ConnectivityManager, you can get NetworkInfo.
NetworkInfo see various network information.
inside that, The getType() function is Reports the type of network.
The getType() function return is…