Introduction
OBR (Optical Barcode recognition) component for Firemonkey supports Windows, macOS, iOS and Android. Its main purpose is to decode QR code and Barcode images. In the below video you can check the steps to install the firemonkey component for OBR. The installation steps differs to the one for the OBR firemonkey library, it is actually easier.
2. Components in…
Learn To Build A Python GUI For Processing Images With Pillow Library In A Delphi Windows App
November 17, 2020
Are you looking for a simple way to process images programmatically? You can do it with Python for Delphi using Pillow library. Python for Delphi (P4D) is a free tool that allows you to execute Python scripts, create new Python modules and types in Delphi. This post will…
Quickly Learn How To Optimize Your Delphi Apps With ProDelphi In This CodeRage Replay
November 6, 2020
ProDelphi measures the runtime of Delphi programs. If a program is too slow, ProDelphi gives the necessary information to optimize it.
The principle ofsource code instrumenting, a sophisticated correction algorithm and the uniquegranularity of 1…
Building a C++ VCL Customer/Sales Master/Detail/Charting Application with 1 Line of Code
October 22, 2020
You may have read or heard about No Code and Low Code application development using systems, languages and run times. Atanas Popov, GM of Embarcadero Technology, recently blogged about low code development. “These days low-code development is en vogue. Various research groups, such as Gartner, put the low-code application development platform market at ~$10M billion in 2019 and project CAGR to…
Dev-C++ Is A Low Memory Windows Native C++ IDE Built In Delphi
October 18, 2020
Embarcadero Dev-C++ is a new and improved fork (sponsored by Embarcadero) of Bloodshed Dev-C++ and Orwell Dev-C++. It is a full-featured Integrated Development Environment (IDE) and code editor for the C/C++ programming language. It uses Mingw port of GCC (GNU Compiler…
Here was my answer 😀
Create a New | C++Builder VCL Windows application. On the form add TPanel, TButton, TEdit and TMemo components. Put the TButton and TEdit into the TPanel. Set TPanel align property to AlTop. Set the TMemo align property to alClient.
Note the following information has been made available by the author of PasDoc regarding the tool.
Documentation is generated from comments found in the source code or from external files. Many formatting @-tags are supported. Many output formats are supported, including HTML and LaTeX.
Usage
SeeWhereToPlaceComments,WritingDocumentationandSupportedTagsfor…
Retro Dive Into Thieves Guild Source Code Hot Off A 3.5 Floppy Disk
September 20, 2020
Near the end of the last century, when the Internet was young, BBS were everywhere, and Atari STs were hot, two developers (Paul Witte and Herb Flower) built a game called Thieves’ Guild. Thieves’ Guild was (is?) a multiplayer strategy game for BBS systems.
Generate 90+ Barcode Styles in Delphi With Only 3 Lines of Code
September 9, 2020
Barcodes provide an indispensable tool for tracking data. From inventory system, shipping tracking, movie and parking ticket to patient identification, barcodes are being used everywhere. Barcodes greatly aid in error reduction because of the lack of human intervention in…
New for Delphi Code Insight in 10.4.1
September 7, 2020
Delphi 10.4.1 is a quality-focused release, and this goes for code completion too! As well as helping you mimic classic code completion behaviour, we’ve fixed and tweaked many items.
When RAD Studio 10.4 was released, we redesigned Code Insight. While old (‘classic’) code insight is still available as a setting, by default Delphi now uses an asynchronous, non-blocking technology for…