Delphi Boot Camp Day 2 - Getting to Know the Delphi Language
August 30, 2016
This page will contain resources and the replay for day 2 (September 6th, 2016) of theDelphi Boot Camp.
Trainer
Marco CantuProduct ManagerEmbarcadero Technologies
Agenda:
The basics of Pascal and Delphi
The Modern Features of the Delphi language
What makes…
Closing the Class Helpers Private Access Loophole
June 8, 2016
As many of you know, Embarcadero made a change to the Delphi compiler in 10.1 Berlin to close an existing bug that allowed access to private data of any class via a class helper. Developers who were leveraging this hack would need a migration strategy.
Private is……