DelphiInterview

Developer Stories: Manuel Lopez Shares More About His Portraits With Craps Application

Manuel Lopez started using Delphi in 1997. He presented a showcase entry (A Fantastic Portrait Program From Craps Dice Is Made With Delphi) into the Delphi 26th Showcase Challenge and we talked to him about his Delphi mastery. More of his application Portraits With Craps on his website. When did you start using RAD Studio/Delphi and have long have you been using it? I started using…
Read more
C++Delphi

Easily Deploy RAD Server With Windows And Linux Installers

I’ve been demonstrating complete, industry-ready RAD Server solutions. The Field Services Industry template, for example, includes REST endpoints to which the Field Service Admin and Field Service App connect. It stores its databases on the backend with InterBase. Or theHospitality Industry templatethat includes a mobile client application for collecting survey data, a…
Read more
Delphi

Work Efficiently With Git Repositories Using GitForDelphi

GitForDelphi allows you to work with git repositories from within your Delphi code, with the only dependencies being the uGitForDelphi.pas source file and the libgit2 DLL. It’s extremely easy to use GitForDelphi ! To set it up, just add uGitForDelphi to the uses section, and call InitLibgit2; and the libgit2 DLL will be loaded, and its API will be ready to use to read from…
Read more
Delphi

Debugging In Another Level - DebugEngine

Most of the time developers spend debugging their code, tracing the errors, checking the variables’ value changes over time. When it comes to Delphi, we have several professional debugging tools that help to access the Delphi debug information and finding the…
News

50 Years of Pascal and Delphi is In Power

It’s 50 years of the Pascal language and Delphi is its heir, empowering Pascal developers in today’s complex scenarios, despite being ignored by the Pascal language inventor Niklaus Wirth published the paper “The programming language Pascal” in March 1971…
CodeDelphiTech Partner

Ultra-Fast Way To Retrieve Event Logs In Your Delphi App With Robust Component Suite

Developers may often need to retrieve the windows event messages to diagnose system problems and predict future issues. How to retrieve event logs programmatically for the given source such as System, Security, Hardware events, etc. ? Don’t know how to do? Don’t worry? MiTec’sSystem Information Management Suite’s component helps to retrieve event messages quickly and…
Read more