C++CodeIDE

C++Builder Developer on StackOverflow was having trouble with SysUtils FindFirst / FindNext not finding all files with extension ~1~ and other strange file extensions.

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. FindFirst’s declaration in SysUtils.hpp is: extern DELPHI_PACKAGE int __fastcall FindFirst(const System::UnicodeString Path…
Read more
C++DelphiRAD Studio

Generate 90+ Barcode Styles in Delphi With Only 3 Lines of Code

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 the data entry process. Reading barcodes can be done in a fraction of a second. On the other hand, generating barcodes used to…
Read more
DelphiIDENews

New for Delphi Code Insight in 10.4.1

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…
C++DelphiRAD StudioTech Partner

Generate Barcode with Winsoft Barcode for FireMonkey.

Overview Winsoft Barcode for Firemonkey is the third party component to give barcode support on FMX platform. Winsoft Barcode for Firemonkey is based on Zint, an open-source barcode encoding library. Versions Supported: Delphi/C++ Builder XE2 – XE10.4. Platforms: Windows, MacOS, iOS and Android; Component encodes data into any of the following: Australia Post barcode, Aztec Code, Aztec…
Read more
Delphi

New in Delphi 10.4: Redesigned Code Insight

In 10.4, we’ve reworked code completion and other features. It’s one of the most significant changes to the IDE in a decade. What do we mean by Code Insight? First, some background. If you’re familiar with Code Insight, skip ahead… Code Insight is our name for a…
Delphi

Unicode Finder - Embarcadero Cool Apps Selection

Today’s Cool Apps selection is Unicode Finder, from SAGT3K. As the name suggests, Unicode Finder is a utility that allows you to explore the Unicode database to find characters, symbols, and emojis to use in text settings. It was developed in RAD Studio using Delphi and…
C++

CodeRage 2019 Mini Series - RAD Server

Follow-up to the CodeRage 2019 Mini Series on“RAD Server, DataSnap, and Client Server Technologies” for the week of December 9 – 12, here are the resources, slides, and code examples used in the CodeRage 2019 Mini Series on RAD Server: Resources: The RAD Server Development Server is included in the RAD Studio (Delphi and/or C++ Builder) Enterprise 10.x Enterprise or newer…
Read more