Les trucs et astuces d'un développeur Pascal
Ayant été autorisé par Embarcadero à parler de certaines fonctionnalités de Delphi 10.4 avant sa sortie officielle, je vais en profiter un peu. Les informations q (…) … Read more
5 years ago 0
jpluimers
Reminder to self to eventually try to merge this into GExperts: [WayBack] GitHub – NickRing/Delphi-Shortcut-Finder: Shows/find keyboard short-cuts have be assigned, that may be conflicting. And a reminder to ensure if I ever bump into XE7… … Read more
5 years ago in Delphi, Development, Software Development0
jpluimers
The below is based on [WayBack] delphi – Is there any way to catch the error if loading a dll cannot find a dependency? – Stack Overflow which I got via: [WayBack] Error regarding rtl240.bpl not found… … Read more
5 years ago in Delphi, Development, Software Development0
zarkogajic
In Delphi, the reserved word “interface” has two distinct meanings. In a Delphi unit, “interface” denotes the start of a unit section used to declare public constants, data types, variables, procedures and functions visible and… … Read more
5 years ago in com, Delphi, interface, oop, override, reimplement. class0
Dalija Prasnikar
Published with special permission from Embarcadero – this post writes about pre-release Delphi version where everything is subject to change until finally released. Nullables are a rather simple concept. All you need is a value,… … Read more
5 years ago in Custom Managed Records, Delphi, Nullable, sydney0
Uwe Raabe
As some of you might have guessed already, I have been a bit busy with the current beta of the new Delphi 10.4 Sidney. Usually one is not allowed to talk about the beta, but… … Read more
5 years ago in Delphi, programming0
jpluimers
I always thought this was the Ctrl+Shift+Up / Ctrl+Shift+Down in ModelMaker Code Explorer, but it is not: the CnPack navigation is the one that comes most close: [WayBack] Is there a way in the editor… … Read more
5 years ago in Delphi, Development, Software Development0
jpluimers
I remember fixing a high CPU toggling the Enabled property in an OnUpdate even handler on a TCustomAction descendant quite some time ago, but wasn’t completely sure of the exact cause. My fix was to only set it… … Read more
5 years ago in Delphi, Development, Software Development0
Dave Nottage
The release of Delphi 10.4 Sydney is just around the corner. I’ve specifically been given permission to show updates and new features in the product, so let’s get to it.. Note: This is pre-release information… … Read more
5 years ago in Product highlight, Product preview0
Dave Nottage
If you develop mobile apps for the app stores with Delphi, you’ll know that building and deploying a release is not a trivial task. MonkeyBuilder can reduce the time you spend from hours into just… … Read more
5 years ago in Product highlight, Product preview0
John McDonald
Monday 18 May at 6 for 6:15pm start. We met online, instead of meeting at the Shed. At this meeting, Andrea Raimondi presented on System.Messaging. Andrea showed us how System.Messaging could decouple the user interface… … Read more
5 years ago in Meetings, Melbourne, System.Messaging0
Les trucs et astuces d'un développeur Pascal
Je vous ai déjà parlé de la librairie System.JSON de manipulation de données au format JSON fournie avec Delphi en tant que système simple pour stocker des info (…) … Read more
5 years ago 0
Les trucs et astuces d'un développeur Pascal
Il y a une demande qui est régulièrement botée en touche sur QA : l’ajout de la syntaxe suivante au Pascal. variable := (condition)?valeurSiVrai:valeurSiFaux; Dans la (…) … Read more
5 years ago 0
Les trucs et astuces d'un développeur Pascal
Même si certains développeurs s’en servent pour ça, la base de registres de Windows n’est à mon avis pas le meilleur endroit pour stocker des paramètres d’ (…) … Read more
5 years ago 0