jpluimers
Officially, the answer to [WayBack] inheritance – Delphi: How to call inherited inherited ancestor? – Stack Overflow is that you can’t on the language level as I explained in my answer You can’t in a… … Read more
3 years ago in Delphi, Development, Software Development0
Rizzato Fernando
A cada novo episódio do Embarcadero Dev Lounge trazemos um resumo das principais notícias, componentes e leituras do mundo Embarcadero publicadas durante o último mês. Abaixo temos os links apresentados no episódio de Julho/2021. News… … Read more
3 years ago in C++, c++ builder firemonkey, Code, Delphi, InterBase, Python, RAD Studio0
jpluimers
For my link archive: Repository: [WayBack] GitHub – gabr42/OmniThreadLibrary: A simple and powerful multithreading library for Delphi My fork for pull requests: [WayBack] GitHub – jpluimers/OmniThreadLibrary: A simple and powerful multithreading library for Delphi [WayBack]… … Read more
3 years ago in Delphi, Development, Multi-Threading / Concurrency, Software Development0
jpluimers
For my link archive: Chromium Embedded Framework – Wikipedia Supported languages [WayBack] chromiumembedded / cef — Bitbucket [WayBack] GitHub – cefsharp/CefSharp: .NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework [WayBack] CefSharp –… … Read more
3 years ago in .NET, Delphi, Development, Software Development0
jpluimers
If you get errors loading BPLs that indicate this method cannot be found: “@System@Net@Httpclient@Win@TCertificateStore@$bcctr$qqrv” then it is likely you run Delphi 10.2.2. Upgrade to Delphi 10.2.3 to resolve this problem. This happens for instance with… … Read more
3 years ago in Delphi, Delphi 10.2 Tokyo (Godzilla), Development, Software Development0
Jim McKeeth
The weather is hot in the northern hemisphere, so that means it is time for the annual Embarcadero sponsored Learn to Code Summer Camp! Our Summer Camps and Boot Camps have been a huge hit… … Read more
3 years ago in C++, Delphi, News, Python, Webinar0
Dalija Prasnikar
Virtual methods enable subtype polymorphism – in other words, they allow implementing different behavior in descendant classes.That means if you have a base TShape class with a virtual Paint method, and several descendant classes like… … Read more
3 years ago in Delphi, Virtual, vmt0