FireMonkey vs. VCL
October 5, 2016
Frequently when I am talking about the VCL or FireMonkey I get some of these common questions:
Is VCL deprecated?
Which is better FMX or VCL?
If I am starting a new app today, should I use VCL or FMX?
The first is easy to answer, the other two are a little harder. The VCL…
This page contains resources and the replay for day 3 (September 7th, 2016) of the Delphi Boot Camp.
Trainers
Jim McKeethEvangelist & EngineerEmbarcadero Technologies
Daniele TetiDeveloper & Authorbit Time Professionals
Agenda
User Interface…
Install Delphi and C++Builder Starter Side-by-Side
August 30, 2016
If you already installed C++Builder Starter, and want to install Delphi Starter (available at an 100% discount for a limited time) you can do that. It just takes an extra step.
Important note: This option is not officially supported. The FAQ specifically states the correct…
C++ Boot Camp Complete Replay
August 20, 2016
The complete replays for the C++ Boot Camp are available online, including downloads, slides and the Q&A log. A wealth of information for C++Builder.
Content for each day . . .
Day 1 – Building your first application with C++Builder
Day 2 – Creating fast…
New Delphi Seattle MongoDB Sample
October 15, 2015
I created some more Delphi 10 Seattle samples to show off MongoDB and FireDAC functionality: LocalSQL, Indexing & Geospatial.
The first one queries some data from MongoDB allowing you to specify the match, sort and projection, then it stores the results in a DataSet. At…
CORS on DataSnap REST Server
May 7, 2015
Cross-origin resource sharing (CORS) is a mechanism that enables resources to be shared across domains. Typically this isn’t allowed to prevent security issues. To enable on your DataSnap REST server you can use the following code per MVP Nirav Kaku from India.
All you…


