jpluimers
There are various ways for Delphi code to verify what features are available. Historically, testing for the existence of VER### defines with $IFDEF or $IFNDEF is the oldest means, and as of Delphi 6, you… … Read more
4 years ago in Delphi, Development, Software Development, Turbo Pascal0
jpluimers
There is StripTDS from SmartBear, but it is not open source or downloadable without their full product install. So either find an open source tool that can strip TDS / TD32 symbol information from EXE… … Read more
4 years ago in Delphi, Development, Software Development0
jpluimers
The Delphi compiler does not see a unicode non-breaking space (0x00A0 as whitespace, and the Delphi IDE does not warn you about it: [WayBack] Delphi revelations #2 – Space characters are not just space characters…. … Read more
4 years ago in Delphi, Development, Software Development, Unicode0
Danny
Have you ever wondered what an experienced Delphi developer knows about how to code in Delphi? Particularly how to code FASTER in Delphi? This book has you covered! Alister kindly invited me to read pre-press… … Read more
4 years ago in book, Code, Delphi, News0
GunSmoker
We were contacted by a person who complained that his application was working fine until he added EurekaLog to it. An AccessViolation exception was raised after adding EurekaLog to project. The message was: “Access violation… … Read more
4 years ago in Access Violation, bug reports, debugging, Delphi, EL 7.x, Stories, technical0
delphiprofi
Serverside Extention (IIS or Apache)!For many years I have my own webserver. In my case, this always was a Windows Server, because I want to do my serverside scripts in Delphi! Apart from that, I… … Read more
4 years ago in #D.MVVM, Apache, Delphi, FDK, IIS, ISAPI, MVVM, tutorial0
John McDonald
Monday 19 October at 6 for 6:15pm start. We met online, instead of meeting at the Shed. The meeting started with the Australian Delphi User Group Annual General Meeting. The AGM went for about 30… … Read more
4 years ago in Delphi, Meetings, Melbourne, Security0
jpluimers
When installing many Delphi versions, all have similar icons. So I asked this a while ago: [WayBack] I remember someone creating version specific icons for Delphi a while ago (around XE4 era I think), but… … Read more
4 years ago in Delphi, Development, Software Development0
Holger Flick
Last week, Embarcadero announced DelphiCon 2020. It will be an online-only conference which makes it possible to have a huge pool of speakers consisting of international Delphi experts! All sessions are 100% aimed at Delphi… … Read more
4 years ago in Conference, Delphi, DelphiCon, English, Hands-on, MVP, TMS Web Core, vcl0
Uwe Raabe
One of the most shown feature of Delphi is its Design Editor with its ability to design forms and connect components in an easy and intuitive way. I can’t count the occasions where I have… … Read more
4 years ago in Delphi, programming0
Larry Hengen
In C# 4 Named and Optional Arguments were introduced to allow developers to supply only the arguments they wish to in a method call. Similar to Objective C, this makes the method call more descriptive… … Read more
4 years ago in Delphi0