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…
FixInsight version 2016.03, code analysis tool for Embarcadero Delphi, has been released
April 1, 2016
Author: Pierre-Jean
Roman Yankovsky has announced that FixInsight verison 2016.3 has been released. FixInsight, compatible withDelphi, performs static code analysis on your project’s source code to help you find bugs while you are developing. FixInsight…
Elite Developers – Show us your Cool Apps!Join our club of elite developers by showcasing your app and enter to win a $500 gift card!
How does it work?
1)
Submit a title for your cool app
2)
Provide a description for your submission
3)
Share your short…
Migrating Legacy (DCOM based) DataSnap Servers from Delphi 2007 (and earlier) to Delphi 2009/2010 (and later)
March 24, 2016
Author: David T53150
A DataSnap migration question came up in today’s webinar, “Delphi 2007 to Delphi 10 Seattle Migration: Easy!“. Miguel Angel Moreno asked “Is there any webinar/document covering an easy way to convert old Midas remote provider based applications to the new DataSnap 2009 Rest remote dataset based approach? This is about one of the hardest functionalities to…
From time to time I get asked how developers can customize their IDE experience. There are many ways to set options that affect the IDE, registry settings you can change and external 3rd party tools you can use. Here are a few ideas about what you can do to take control of…
Webinar replay: Learn how to Quickly Build and Deploy a complete REST/JSON based enterprise business application
March 2, 2016
Author: Chris B53020
RAD Studio 10 Seattle webinar, “Learn how to Quickly Build and Deploy a complete REST/JSON based enterprise business application”, will show you how to build and deploy a complete, multi-tier business application using Embarcadero RAD Studio…
Learn How to Use the New JSON Features in RAD Studio 10 Seattle
February 22, 2016
Author: franklinrhsampaio
Learn How to Use the New JSON Features in RAD Studio 10 Seattle – Webinar
Wednesday, March 2, 2016
Pawel Glowacki – Embarcadero Technologies
RAD Studio 10 “Seattle” introduces many new features for working with JSON documents. In this demo-oriented session you will learn new ways of reading and generating JSON that requires less memory and provides better…
RAD Studio setting the vcl application icon.
February 17, 2016
Author: Craig Chapman
I recently received a question from one of my customers, asking how to set the icon for an application (in this case a VCL application). This is something that I’d understood to be trivial, but when I tried it for myself I learned that in fact…
Author: Developer Skill Sprints
Learn to apply Effects, Animations & Transitions on FireMonkey controls.
Why Use Animations, Transitions and Effects?
Give you user interface life
Make application more interactive
Keep users attention
Use motion to provide…
Adding a style selector to your application
January 19, 2016
With RAD Studio 10 Seattle, we provide built-in default styles for iOS, Android, Windows and Mac. Additional styles can be found in the Styles directory installed with the product, and in the premium styles bonus pack. Adding a style selector to your application provides customization options for your end users. Some customers prefer a darker UI while others prefer a lighter color scheme. In this…