Michael Riley
I was watching an excellent video on how to use the batch move capabilities within Delphi to import text data into a database and had one of those “What the heck just happened” moments. The… … Read more
5 years ago in tip-of-the-day0
Michael Riley
I’ve been exploring SQLite within Delphi. There are several sample SQLite applications that come with Delphi if you selected to install the samples during setup. I’ve put together the list of SQLite samples that are… … Read more
5 years ago in SQLite0
Michael Riley
I’m creating a simple database program to explore how SQLite works within Delphi. I want to be able to switch between three databases: Album, Test, and World. So I added a TComboBox and populated the… … Read more
5 years ago in Source Code, tip-of-the-day0
jpluimers
Still on my reading list because it is relevant to many programming environments: [WayBack] The Delphi Geek: Data-driven Multithreading. Related: [WayBack] Lockless Multi-Threading in Delphi – Chapman World [WayBack] video [WayBack] sourcecode [WayBack] julian m… … Read more
5 years ago in Delphi, Development, Software Development0
jpluimers
For my link archive if I want to make Explorer (for Linux caja) or console shortcuts to source or target directories: [WayBack] Fast-Forward »: My Lazarus External Tools with these XML files from [WayBack] Lazarus External… … Read more
5 years ago in Delphi, Development, Lazarus, Software Development0
jpluimers
Bad surprise of the day: SysUtils.TEncoding in XE2+ defaults to ANSI, while in XE it defaulted to UTF-8 .Among other things this means that TStringList… – Eric Grange – Google+ Source: Bad surprise of the… … Read more
5 years ago in Delphi, Development, Software Development0
GunSmoker
EurekaLog 7 now supports Exceptionless bug tracker software. Exceptionless is a popular crash tracker software. It offers hosting service, as well as freeware self-hosting, and allows external connections via REST/JSON based API. Exceptionless is NOT… … Read more
5 years ago in Delphi, EL 7.x, external, feature, other tools, Releases0
Les trucs et astuces d'un développeur Pascal
Depuis juin 2019 Embarcadero propose aux détenteurs de licences Entreprise et Architecte de Delphi et RAD Studio d’utiliser gratuitement FMX Linux pour développer des logiciel (…) … Read more
5 years ago 0
zarkogajic
Delphi’s TComboBox combines an edit box with a scrollable list – with the Style property defining the display style of the combo. When set to csDropDownList there’s no edit box – users can only pick… … Read more
5 years ago in delay, Delphi, interceptor, tcombobox, timers0