Introduction Dependencies – often underestimated thing in software development. When you are building the projects you build them from components, classes, routines etc. And each
Cryptography
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
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