DelphiShowcase

Incredible Workflow Automation Mobile App For Loggers

This great Android and iOS workflow automation app allows company or third party loggers / loaders to logon to a corporate LIMS database and create loads while loading it to trucks in forest. How does this Delphi app help with workflow automation? According to the developer, “Load can be created by scanning a predefined trip ticket. Each load is then associated with GPS location and along…
Read more
Delphi

The Excellent Windows Ribbon Framework For Delphi

TheWindows Ribbon frameworkis a magnificent command presentation system that implements a fresh option to the layered menus, toolbars, and task panes of common Windows applications. This Delphi library allows Delphi developers to utilize the Windows Ribbon…
C++Delphi

Use Real PNG Files In Your Delphi C++ Builder Applications

In VCL, of course, you can use Real PNG files with the TPngImage class. With TPngImage class, you can load and manipulate PNG graphics. But there is another option to use PNG image files with PNGComponents. PNGComponents is a set of components that allows you to easily include PNG files in your application. This is a source-only release of TurboPack PNGComponents. It includes design-time and…
Read more
DatabaseDelphi

Enterprise-Grade Object Persistence Framework For Delphi

Last few years, there is a rise in open-source Delphi projects on GitHub. Many tech companies which utilize Delphi is publishing their code to GitHub to share their different solution for different problems in the software development business. InstantObjects – this is the integrated framework for developing an object-oriented solution in Delphi. This framework enables the creation of…
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 +…
C++

High-Performance C++ NMEA Parser GPS Interface

Most GPS modules have a serial port, which makes them excellent to connect to a microcontroller or computer. It is common for the microcontroller to parse the NMEA data. Parsing is just removing the pieces of data from the NMEA sentence so the microcontroller can do something useful with the data. NMEA is an acronym for the National Marine Electronics Association. Why do you need to parse…
Read more