Unknown
(Useful article that was originally posted on now defunct vcldeveloper.com)Recently a friend asked me about constant parameters in Delphi functions, that brought the idea of writing a new post about passing parameters to functions/procedures in… … Read more
5 years ago 0
gabr42
Delphi never stops surprising me …Did you know that this is a valid syntax?case a of 0: Writeln(0); else Writeln(‘else’); Writeln(a);end;This code indeed compiles and works exactly as the following fragment.case a of 0: Writeln(0); … … Read more
5 years ago in Delphi, programming0
Les trucs et astuces d'un développeur Pascal
En juin Embarcadero a annoncé la mise à disposition de FMX Linux pour les utilisateurs de Delphi 10.3.1 Rio ou RAD Studio 10.3.1 Rio sous licence Enterprise et Architect. FMX Lin (…) … Read more
5 years ago 0
Thought Dumpster
I have been using Pop!_OS 19.04 on my Dell XPS ‘13 recently and one of the missing features I wanted back was “suspend then hibernate”. systemd supports suspend-then-hibernate but as of now, it only supports… … Read more
5 years ago 0
Thought Dumpster
I have been using Pop!_OS 19.04 on my Dell XPS ‘13 recently and one of the missing features I wanted back was “suspend then hibernate”. systemd supports suspend-then-hibernate but as of now, it only supports… … Read more
5 years ago 0
VSoft Technologies Blogs
In this post, we’ll take a look at the various options for managing and updating Version Info in Delphi projects using FinalBuilder. Windows Version Info Primer Windows Version Info (ie the version info shown in… … Read more
6 years ago in Delphi,FinalBuilder,Windows0
Thought Dumpster
After many years of using WordPress to hold my blog and personal website, I have decided it was finally time to move onto something new – and most importantly – comfortable. The process will take… … Read more
6 years ago 0
Thought Dumpster
After many years of using WordPress to hold my blog and personal website, I have decided it was finally time to move onto something new – and most importantly – comfortable. The process will take… … Read more
6 years ago 0
Les trucs et astuces d'un développeur Pascal
J’avais un peu oublié de vous le signaler dès que j’en ai eu connaissance alors je corrige le tir aujourd’hui : comme le mois dernier Embarcadero offre deux connecteurs FireD (…) … Read more
6 years ago 0
Jim McKeeth
I was a guest on X-Keys 5 Minute Friday showing off an integration between OBS Studio with the X-Keys XK-24 USB Keypad. I created a script that assigns F13 through F24 with and without the… … Read more
6 years ago in News0
Unknown
We have now released ImageEn 8.6.0, which overhauls database support, including five new database demos using FireDac.Other Enhancements 1. New TIEAngleLayer to display and measure angles within an image2. TImageEnMView and descendents now allow in-pla… … Read more
6 years ago 0
Michael Riley
How often are you or your words misinterpreted? Do you even know? Would someone tell you? Or would you go on with life thinking everything is just honky dory. Only to find out later things… … Read more
6 years ago in toastmasters0
Jim McKeeth
10.3 Rio’s installer (I use and recommend the EXE/web over the ISO, since it is faster and more flexible) does a fantastic job of installing and setting everything up for Android development, without requiring any… … Read more
6 years ago in android0