This page contains resources and the replay for day3(September 7th, 2016)of theDelphi Boot Camp.
Trainers
Jim McKeethEvangelist & EngineerEmbarcadero Technologies
Daniele TetiDeveloper & Authorbit Time Professionals
Agenda
User Interface Considerations
Layouts & Paradigms
Using Animations
Using Effects
Using…
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.
Importantnote: This option is not officially supported. The FAQ specifically states the…
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…
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 that point you can use LocalSQL to write a SQL query against the result set. While FireDAC gives you full native support for…
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 MVPNirav Kakufrom…