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…
The "Awesome Pascal" Package Contains Amazing Delphi, FreePascal And Other Pascal Frameworks, Libraries And Resources
April 1, 2021
Easily one the best combined lists of libraries and other resources.
Awesome Pascal is open-source and available on GitHub here: https://github.com/Fr0sT-Brutal/awesome-pascal
What sort of things are included on the Awesome Pascal List?
As the official read.me…
Brilliant Barcode Application Is Built In Delphi
April 1, 2021
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…
RAD Studio Guide For Managers Whitepaper
April 1, 2021
Stephen Ball is a Chartered IT Professional and Embarcadero MVP who has led development teams for over 15 years within the UK, Europe and beyond, working with a range of blue-chip companies. He originally spent six years at Embarcadero as Senior Technical Pre-Sales Engineer, Associate Product Manager for the award-winning InterBase, and Senior Product Marketing Manager. He then spent two years…
Easy Serialization From Query To JSON
March 31, 2021
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…
Enterprise-Grade Object Persistence Framework For Delphi
March 31, 2021
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…
50 years of Pascal and still growing!
March 31, 2021
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…
Ultimate Device Info Is Powered By Delphi
March 31, 2021
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
+…
Julian Ziersch has been programming with Delphi since 1996. His showcase entry (fotoARRAY Is An Amazing Image Manager For Easier Photo Browsing And It Is Made In Delphi) was featured at the Delphi 26th Showcase Challenge. He also shared with us his amazing experiences with…
High-Performance C++ NMEA Parser GPS Interface
March 30, 2021
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…