Dalija Prasnikar
RAD Studio update 10.3.2 has just been released, packed with new features and improvements; some big, some small.Big featuresDelphi macOS 64-bitC++17 for Windows 64-bitC++ LSP Code Insight ImprovementsDelphi Linux Client Application Support (recently r… … Read more
5 years ago in Delphi, Rio, Roadmap0
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
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
GunSmoker
Do you have a friend or colleague without EurekaLog license? You can use EurekaLog’s “Tell-A-Friend” referral program. Share a promo link for 25% discount – and get 50% yourself from purchases. Send an invitation link… … Read more
6 years ago in Delphi, EL 7.x0
Dalija Prasnikar
New Delphi roadmap is live:https://community.idera.com/developer-tools/b/blog/posts/rad-studio-roadmap-may-2019https://community.idera.com/developer-tools/b/blog/posts/may-2019-rad-studio-roadmap-commentary-from-product-managementImportant highlights10… … Read more
6 years ago in Delphi, Roadmap0
Dalija Prasnikar
If you are not big fan of new Delphi IDE (light or dark ones) themes you are out of luck. They are default look and old Windows styled IDE is no longer officially supported.In previous… … Read more
6 years ago in Delphi, IDE0
gabr42
Slides and code for the Spring4D conference are now published on the conference page.Slides and code for my two sessions – Design patterns with Spring4D and Interception and dynamic proxy – are also available on… … Read more
6 years ago in Delphi, presentations, Spring4D0
gabr42
While writing Design Patterns with Delphi, I spent quite some time researching existing literature on design patterns implementation in Delphi, design patterns in other languages, other types of patterns, design principles and so on …In… … Read more
6 years ago in Books, Delphi, Design Patterns, programming0
Rodrigo
Hello Guys, a new version of the VCL Styles Utils was released, the main changes for this update are : Improved Modern Dialogs support Support for Windows 10 build 1809 (Dark Mode Explorer) High-DPI support Thank… … Read more
6 years ago in Delphi0