Les trucs et astuces d'un développeur Pascal
Depuis mercredi 27 mai 2020 les versions 10.4 Sydney de nos outils de développement préférés sont disponibles. Si votre licence n’est pas à jour et ne vous pe (…) … Read more
5 years ago 0
jpluimers
Reminder to self that this is still broken: [WayBack] Thread.Destroy deadlocks in finalization of COM+ dll’s This serious bug still exists in Delphi 10.2 after 12 years being reported! http://qc.embarcade… – 丽丽乌克 – Google+ Original… … Read more
5 years ago in Delphi, Development, Software Development0
Dalija Prasnikar
Delphi 10.4 Sydney brings one small but rather significant change. A change in the signature of the FreeAndNil procedure fromprocedure FreeAndNil(var Obj); inline;toprocedure FreeAndNil(const [ref] Obj: TObject); inline;Wait, const means the variable i… … Read more
5 years ago in Delphi, FreeAndNil, memory management, sydney0
jpluimers
On my reading list are these: [WayBack] Is there a way in Delphi to assign an anonymous method to a button event? – Stack Overflow [WayBack] delphi – VCL events with anonymous methods – what… … Read more
5 years ago in Conferences, Delphi, Development, Event, Software Development0
Les trucs et astuces d'un développeur Pascal
Par défaut Delphi propose des styles graphiques pour mettre en forme les projets VCL. Ils sont disponibles depuis les options de projet et on peut en référencer dedans comme on pe (…) … Read more
5 years ago 0
jpluimers
Still interesting question: [WayBack] Are there any static code analysis tools for Delphi/Pascal? – Stack Overflow The basic problem here is that there is no formal language definition for the Delphi or Object Pascal language…. … Read more
5 years ago in Delphi, Development, Software Development0
jpluimers
At [WayBack] SysUtils.pas Why parameters of these anonymous not const? TProc = reference to procedure (Arg1: T1; Arg2: T2); TProc = reference … – Jacek Laskowski – Google+, Hallvard Vasbotn made this nail on the… … Read more
5 years ago in Delphi, Development, Software Development0
donaldshimoda
We are the second open report voted! That means a lot of Delphi developers really need a Linux for ARM compiler.Thanks people for vote that! Im sure Embarcadero listen up and will not see to… … Read more
5 years ago 0
dummzeuch
I revisited my dzBdsLauncher tool again – no idea why, it just occurred to me 😉 – and added quite a few improvements: It now supports .dof (Delphi 6 and 7) and .bdsproj (Delphi 2005… … Read more
5 years ago in Delphi, dzBdsLauncher0
Bruce McGee
You might remember me writing that the FireMonkey framework isn’t a full-blown gaming engine and that it’s better suited to enterprise applications. (rimshot)This is a follow up to my May the Fourth and Revenge of the… … Read more
5 years ago in Delphi, FireMonkey, Star Trek0
gabr42
New OmniThreadLibrary is out! Get it while it’s hot!Version 3.07.8 is mostly a bugfix release. It fixes few small bugs and enables support for Delphi 10.4.You can get it now on git, download the ZIP… … Read more
5 years ago in Delphi, multithreading, OmniThreadLibrary, Open Source0
Les trucs et astuces d'un développeur Pascal
Faire un programme utilisant une table (par exemple du SQLite ou IBLite) qu’il affiche dans une grille, c’est facile en utilisant LiveBindings : il suffit de placer les composants à (…) … Read more
5 years ago 0