Mary Kelly
In previous years, we have seen an increasing interest in mobile computing that provides support for the growing number of remote workers, and 2020 has drawn a lot of attention to these business apps. Remote… … Read more
4 years ago in database, Delphi, IB ToGo, InterBase, News, RAD Studio, Security0
Konstantin Tomov
Developer Anton Frost has a curated listed of Awesome Delphi projects available over on GitHub. It offers a wide variety of projects across multimedia, game development, GUI, scripting, database, reporting, utilities, serial ports, memory management,… … Read more
4 years ago in Code, Delphi, gui, object pascal, pascal, programming, RAD Studio, vcl, windows0
Holger Flick
Bruno Fierens and I will present TMS WEB Core as part of the “Powering the Web with Delphi” session at DelphiCon 2020! Please join us November 19, 2020 at 11:00 am to learn about the… … Read more
4 years ago in Delphi, DelphiCon, English, MVP, Webinar0
jpluimers
A few tips. Set breakpoints in these units: System.pas: procedure _AbstractError; begin if Assigned(AbstractErrorProc) then AbstractErrorProc; RunErrorAt(210, ReturnAddress); end; System.SysUtils.pas: procedure AbstractErrorHandler; begin raise EAbstractError.CreateRes(@SAbstractError); end; add a watch for ClassName that has “Allow side… … Read more
4 years ago in Conference Topics, Conferences, Delphi, Development, Event, Software Development0