This sample implements a multithreaded application, where each thread uses theIFDPhysConnectioninterface to establish a connection. The multipleconnection establishmentsmay lead to performance degradation across the whole system. To avoid this, you can enable thePooledproperty to use theconnection pooling.
Location
You can find…
Quickly Share Data Between Datasets Using CloneCursor In This Native Windows Sample For Delphi
November 27, 2020
TheCloneCursorsample shows you how toclone a dataset. To this end, the sample uses theCloneCursormethod of theTFDDataSetclass. Moreover, the sample uses other methods to determine whether the current record is within a specified…
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…
Powerful Live Local And Remote Application Logging With CodeSite Express In Delphi
November 25, 2020
CodeSiteapplication logging system gives developers deeper insight into how their code is executing, enabling them to locate problems more quickly and monitor how well their code is performing. Developers can configure their code using CodeSite loggers that send CodeSite messages toa to a live display or log file during program execution.
CodeSiteis not only effective throughout…
RAD Studio November 2020 Roadmap PM Commentary
November 17, 2020
by Marco Cantu, David Millington and Sarina DuPont
Introduction
The Embarcadero RAD Studio product management team regularly updates the product development roadmap for Delphi, C++Builder, and RAD Studio. As you can see in our official roadmap blog post, we have just…
Awesome Pascal Is A Curated List Of Awesome Open Source Delphi Pascal Frameworks, Libraries, Resources, And More
November 13, 2020
Developer Anton Frost has a curated listed of Awesome Delphi projects available over on GitHub. It offers a wide variety of projects across multimedia, game development, GUI, scripting, database, reporting, utilities, serial ports, memory management, and much more.
Take A…
C++ has consistently dominated “Top Programming Languages” lists worldwide this year. With such a strong demand, C++ developers are well-positioned to experience a good problem: too much work.
You can join the presenter and C++Builder Product Manager, David Millington, to explore the features and functionality that set C++Builder apart by helping C++ developers worldwide build…
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…
Embarcadero’s RAD Server provides a turn-key application foundation for rapidly building and deploying services-based applications using Delphi and C++Builder. RAD Server supports the REST (Representational State Transfer) protocol with JSON (or XML) parameter passing and…
Learn How To Implement A Custom Resource EMS Package To Extend RAD Server In Delphi
November 1, 2020
TheCustomLoginsample is a server-client EMS demo, that demonstrates how to implement custom Login and Signup endpoints in a custom resource.
It requires InterBase to be installed on the machine to connect to the EMS server. Make sure that the EMS Server is running before you run the client project.
Location
You can find theCustomLoginsample project at:
Start |…