DelphiShowcase

Brilliant Barcode Application Is Built In Delphi

This brilliant barcode application allows you to read most barcode standards, EAN, UPC, QR Code, Data Matrix, vCard, ITF and others. According to the developer, “Also read the standards that are Industrial on product labels we purchase every day.You can not read the bar code? Try to zoom in or out the camera. Try with flash or in an environment with more light.” What makes it…
Read more
C++DelphiRAD Studio

Easy Serialization From Query To JSON

This is a set of features combined on a group of functions to help you work with JSON format, without had to write a bunch of classes and handles, perfect for people who work with integrated applications, such as web services host or client, or if your project requires NO…
CodeDelphiIDERAD Studio

50 years of Pascal and still growing!

In the March 2021 edition of the Communications of the ACM there is an article, by Nicklaus Wirth, about the 50th anniversary of Nicklaus Wirth’s Pascal. What started at ETH Zurich (in 1970) was publicized in the article “The programming language pascal” by Wirth in the Acta Informatica Journal in March of 1971. The programming language pascal Acta Informatica volume 1, pages…
Read more
DelphiShowcase

Ultimate Device Info Is Powered By Delphi

According to the developer, “With Device Info get all the information on your device and send or share via email, or social messages.” Detailed Device Information: + Device Name + Operating System + Architecture CPU + Language + TimeZone + Orientation Screen +…
Delphi

Debugging In Another Level - DebugEngine

Most of the time developers spend debugging their code, tracing the errors, checking the variables’ value changes over time. When it comes to Delphi, we have several professional debugging tools that help to access the Delphi debug information and finding the…