Nick Hodges has been a part of the Delphi community from the very beginning. He is an original Delphi 1 beta tester, a former member
Author: Pascal.Today
Andreas Hausladen
Andreas Hausladen is the developer of a many Delphi addons, libraries and fixes, including DDevExtensions, VCL Fix Pack and IDE Fix Pack. Much of the code of
Marco Cantu
Marco Cantu is the well known guru of Delphi. Cantu’s books on Delphi are known worldwide as the definitive Delphi tutorials and references. Marco Cantu personal
Niklaus Wirth
Niklaus Emil Wirth is the God of the Pascal language. He invented our language as well as some other programming languages back in the past. You
Did you know: Initializing global variables?
Maybe not everyone knows that the global variables can be initialized the same way as the typed constants. Please note that the global variables are EVIL
Local-global variables
Eveyrone knows that Delphi has typed constants. const C: Integer = 777; So the data of the constants is stored in the data segment (IDATA