When it comes to the cryptography implementation in your project you are always using a certain library. For a years there were few most commonly used
Author: Pascal.Today
ORM for Delphi
I wanted to share with you some experience about the ORM I used for my projects in Delphi. So many of you were questioned about
JVCL for Berlin Starter
Just got my hands to the Delphi Berlin Starter. First problem I faced was that I can’t compile the DB packages for the JVCL. So I
Delphi Starter for free!
The Embarcadero finally launched the limited offer for free version of the Delphi! So let’s hope it becomes permanent! https://www.embarcadero.com/products/delphi P.S. This is a good
CONST parameters vs non-const
Everybody know that in Delphi there are four types of parameters: Standard parameter without any prefix; VAR parameters; CONST parameters: with [Ref] decoration; without decoration; OUT
Infamous WITH resolution
We all know that the WITH statement available in Delphi. A lot people cry that it’s evil and you should not use it. From my