gabr42
Pop quiz! How can the following program …Writeln(True);Magic;Writeln(True);… output this:?TRUEFALSESimple!Read more »— Published under the Creative Commons Attribution 3.0 license … Read more
5 years ago in definitely not best practices, Delphi, programming0
zarkogajic
Dialog windows you use to display critical information to the user are, in most cases, displayed modally. A modal window (form) is the one where the application can’t continue to run until the modal window… … Read more
5 years ago in Delphi, dialogs, messagedlg, TApplicationEvents0
Thought Dumpster
TZDB 1.9 (2019b) released. This release contains a number of fixes and updates to the source code to work on Free Pascal 3+. The latest source code is available here. Enjoy! … Read more
5 years ago 0
Thought Dumpster
TZDB 1.9 (2019b) released. This release contains a number of fixes and updates to the source code to work on Free Pascal 3+. The latest source code is available here. Enjoy! … Read more
5 years ago 0
Unknown
I created this extended product version chart, because I cannot seem to access this information elsewhere and I often need it when resolving component install issues (to reference folder and registry locations between versions) Company… … Read more
5 years ago 0
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
5 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
5 years ago 0