Author: Daniel K55894
New Bonus Pack is Free
Previously sold as standalone products, the Konopka VCL Controls and Radiant Shapes are now part of the free Bonus Pack. This offer is available to update subscription customers, so current 10.1 Berlin users can now download the entire Bonus Pack for free. We recommend that you act soon if you want to take advantage of this offer, since it…
DevExpress VCL components version 16.1 now available!
June 29, 2016
I just got an email telling me that the new release of DevExpress VCL components, version 16.1, is now available. The “What’s New in vol. 16.1” page includes: Community Technology Preview (CTP) of the new VCL PDF Viewer Control, new VCL Callout Popup…
With the release of RAD Studio, Delphi and C++Builder 10.1 Berlin, we have added Apache Server support on Windows (Linux server is on the RAD studio 2016 public road map) for RAD Server / EMS.You can now run the EMS Server and the EMS Console in the Apache server on a…
June 16 Webinar - RAD Server Application Deep Dive - Creating a Department Store Retail Solution
June 13, 2016
During this webinar you’ll learn how to develop and deploy a real world Department Store Retail application using Embarcadero RAD Server. The client app runs on smartphones and the server side executes on IIS production servers on premises and on Amazon.The content covered on this webinar goes deeper technically into the department store solution that was first presented as part of the…
It is great to hear from developers who want to learn a new programming language. Someof you may know that I am a programming language and compiler junkie and have been one for the past 46 years ever since I wrote my first program in Fortran. When I receive an email…
In this post, we’ll show a webinar demonstrating how to use Delphi and C++Builder 10.1 Berlin to create mobile applications for iOS and Android. We’ll go over how to get started, best practices for mobile UI/UX, building your first app, using FireUI Live Preview…
UI Design Tips and Tricks: Home Screen Navigation
May 26, 2016
Author: ısık
During our recent RAD Server webinar, we showed you how to develop and deploy a real world customer retail application. The client app shown is designed torun on smartphones and the server side will execute on IIS production servers on premises and on Amazon EC2 (you can also host a RAD Server application on Microsoft Azure and other cloud servers).
The client app allows…
The integrated Style Designer in RAD Studio 10.1 Berlin has undergone several changes and improvements, including:
Clipboard, keyboard and multi-selection support on the Structure view
Preview panel
Zooming support
I recently received a question from a customer on how to…
I was thinking about how I would do a gender based analysis of our customer database without surveying our customers. The Embarcadero Community profile does not ask whether you are male or female. At the recent Evans Data Developer Relations Conference, there was a…
With the introduction of the Parallel Programming Library (PPL) and Embarcadero C++Builder support for C++11 lambda functions on the Win32, Win64, iOS and Android platforms, you can now use the two in combination in your applications. Below you will find C++Builder example source code that uses lambda functions with the Parallel For, Tasks and Futures. If you use C++11 features (including lamda…