In this tutorial, you will learn another modern C++17 feature to work with strings. This feature is astd::string_view. The purpose of any kinds of string reference proposals is to bypass copying data that already owned someplace and of which only a non-mutating representation is required. Thestd::string_viewis one such proposal. There was an earlier one…
Powerful Cross Platform TeeGrid Is Capable Of Handling A Large Number Of Cells In Delphi FireMonkey
December 1, 2020
TeeGrid is a full featured third party grid and tabular control for Delphi and C++. Supporting both VCL and FireMonkey it should run on Windows 32 and 64 bit, Mac OSX, Android and iOS.
According to the developer it is “Written from scratch (not derived from…
Combine Front End, Back End, And Business Logic In Modern Full-Stack Development With Delphi
December 1, 2020
Many application developers are building a web version of their services to get more users. For instance, you do not always have the same phone or same laptop to utilize the application, if the application has a web version everything is done.
In this webinar, you…
New Major Release for Delphi Code Analyzer v2.4 with Free Download
December 1, 2020
Delphi Parser has a new major release …
Download Free The New & Powerful Delphi Parser Static Code Analyzer 2.4 & Get Your Delphi Code Analyzed in Minutes!
QUICKLY UPGRADE TO DELPHI 10.4 SYDNEY
This is an exciting year for Delphi programmers with one of the more significant new RAD Studio releases. With multiple new features and quality improvements, the time to…
Powerful Petroleum And Mining Software For Surface And Subsurface Data Visualization Is Built In Delphi
November 30, 2020
Over the past three decades, Golden, Colorado-based RockWare, Inc. has established itself as a leader in the highly specialized geological mapping and modeling sector. Its flagship product, RockWorks, creates 3-dimensional geological models of the earth’s subsurface for…
Sometimes developers need to log the output messages in Delphi for debugging purposes. You might aware this can be achieved by the windows API OutputDebugStringA. How about direct your python output messages to the Delphi Events Log Window? Yes, Python4Delphi has a…
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…
Learn How To Build A REST API App For iOS In 45 Minutes With Delphi
November 30, 2020
In this CodeRage session, you can find the most valuable information and best practices on building an application for iOS using Delphi FireMonkey. Easily learn how to build a real-world application using Delphi FireMonkey!
Overview:
Recipes app which fetches data from…
ThisFireMonkey UI templateis designed for implementing a login screen in a multi-device application. And shows how to utilize FireMonkey designing guidelines.
Check out the how FMX Login Screens look like in this article.
As you can see, this…
Easy Steps To Connect To A MS Access Database With FireDAC In This Windows Sample App
November 29, 2020
Do you want your Delphi and C++ Builder Applications to connect with Access Database ? Do you need to manage some of the Access Database services such as creating, compacting database? How to start ? Don’t worry, FireDAC components offers robust components to connect with Access Database.
FireDAC.Access Sample app demonstrates how to use FireDAC to work with access Database.
You…