DelphiNews

Published! - Discovering the BEST Developer Framework through Benchmarking

Just in time for Christmas, we’re making good on our promise to bring you a new white paper – Developing the BEST Developer Framework through Benchmarking. This paper examines three frameworks – Delphi, Windows Presentation Foundation (WPF) with .NET Framework, and Electron – using a 23-metric weighted evaluation to determine which offers the best developer productivity…
Read more
C++DelphiRAD Studio

Safer, faster, and more stable way for Internet users to experience the web!

Do you need a safer, faster, and more stable way for all Internet users to experience the web?​ Before the RAD Studio, Delphi and/or C++ Builder 10.4 release we used an older classic TWebBrowser component that was dependent on Microsoft’s Internet Explorer. The current 10.4 release introduces a new TEdgeBrowser component. ​The new TEdgeBrowser component in 10.4 uses Microsoft’s…
Read more
C++CodeDelphi

Quickly Parse HTML And XML With BeautifulSoup Python Library In Delphi And C++ Windows Apps

We know how to load and display Web content or local files in Delphi using TWebBrowser. It offers support for the basic functions of a browser, such asnavigateto URL,go back,go forward, along withspecific events. How about the web scrapping in Delphi using the Python BeautifulSoup library? Sounds Interesting? Yes, with the help of Python4Delphi we can scrap the web…
Read more
CodeDatabaseDelphiRAD Studio

Easily Implement Robust Binary Large Object (BLOB) Streaming With FireDAC In Delphi

TheBlobssample shows you how to create a BLOB stream for reading and/or writing the value of a specificBLOB fieldon a specific record. To this end, the sample uses theCreateBlobStreammethod ofTFDQueryto create a read-only BLOB stream. In this sample, the BLOB stream is used to read the picture contained on eachBLOB fieldof each record of…
Read more