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 presentation about the number of developers in the world (currently around 19 million going up to 25 million in 2020). Evans Data puts…
Visual Arduino programming for kids and professionals using Visuino by Mitov Software - powered by Embarcadero Delphi
April 12, 2016
I am often by parents how they can get their kids interested in technology and programming in a fun and educational way. When I was a kid growing up I played with erector sets, built my own crystal radio, used my Edmund Scientific kit to create microscopes and…
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…
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 seamlessly integrates into theDelphi IDE and outputs messages in the IDE’s Messages window. Roman reports: “I’m…
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…
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 10 Seattle Enterprise Edition.
You’ll learn how to build a multi-device desktop and mobile client application that…
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…
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…