FPiette
A simple demo showing how to create a GUI with FMX to let the user draw two intersecting lines and then compute and show the angle between the two lines. The use has to click… … Read more
5 years ago 0
TMS Software
The goal of our consulting partner network was from day one to have local experts speaking the same language and being in the same timezone available for consulting to Delphi developers using TMS components and… … Read more
5 years ago 0
jpluimers
Not that this is bad code, but there are no unit tests for them, and I have seen places in the wild that blindly use it without documenting where it came from and what tested… … Read more
5 years ago in Delphi, Development, Software Development0
Les trucs et astuces d'un développeur Pascal
Beaucoup de paquets de composants en évaluation ont été publiés en un mois, mais restons concentrés sur le reste des nouveautés mises à disposition sur (…) … Read more
5 years ago 0
jpluimers
Needs the System.SysConst unit: procedure RaiseAbstractError(const aClass: TClass; const aMethodName: string); begin // more explanatory than AbstractErrorProc(); raise EAbstractError.CreateFmt(‘%s: method %s.%s’, [SAbstractError, aClass.ClassName… … Read more
5 years ago in Delphi, Development, Software Development0