Many Delphi and C++ Builder developers love DevExpress VCL Components. For instance, the grid component can be used in many places to show data from the data source. Moreover, there are more business components to show data understandably. DevExpress VCL Subscription will help you take your business solutions forward so you can deliver new, immersive experiences to delight your users…
Mustache is a Logic-Less Templates by Chris Wanstrath. Mustache can be used for HTML, config files, source code – anything. It is called as “logic-less” because therethere are no if statements, else clauses, or for loops. Instead there are only tags.
Learn How To Master Delphi FireMonkey Animations In An Hour With This Video Tutorial!
October 12, 2020
FireMonkey is one of the best cross-platform application development framework. You get everything and, also you can build your custom components with it.
In this webinar, Ray Konopka, who is the master component designer, demonstrates how to extend your…
A RoadMap To Migrate Your Legacy Delphi And C++ Applications To The Latest Blazing-Fast Version
October 12, 2020
Thinking to migrate your Legacy Delphi/C++Builder Applications to the Latest Delphi? Curious to know the things to do and tips to do effortless migrations ? This post will guide you through the considerations for succussful migrations
Things to consider :
Unicode Compatibility – Unicode support was added to RAD Studio, Delphi and C++Builder starting with the 2009 version. Many…
Daraja is a flexible HTTP framework for Object Pascal, based on the HTTP server in the free open-source library Internet Direct (Indy).
The framework uses simple request mapping rules to generate the HTTP response and to invoke your Delphi or Free Pascal code.
The…
Embarcadero MVP Cary Jensen Teaches You How To Build Blazingly Fast Database Apps With FireDAC
October 10, 2020
Watch FireDAC guru Cary Jensen for this information-packed presentation that shows you how to build world-class database applications using FireDAC. If you are a database developer using RAD Studio, this is one presentation that you cannot miss.
Overview
Review of the…
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…
Learn How To Easily Work With Delphi Database Connection Definitions With This Sample
October 9, 2020
The ConnectionDefs property is a powerful tool that can be used to make your connections management simple and flexible, with the possibility of persisting and transport your connection’s parameters whenever you want, using these transportable files you can load and…
Quickly Bind Your Data Source To Different Types Of Data With LiveBindings Delphi AdapterBindSource Sample App
October 9, 2020
LiveBindings help Delphi/C++ developers to connect source and control component with no lines of code. Connecting to the Datasource or TPrototypeBindSource is straightforward way to connect to your controls. How about binding the custom data collections created for your…
Accessing internet resources becomes a common feature in modern desktop windows applications. Thinking how to build these capabilities in your Delphi/C++ Applications? WINSOFT made a Flexible component suite that helps you to access internet resources with FTP, and HTTP/HTTPS protocols. It uses the Standard Microsoft WinInet API.
Features:
It supports FTP, HTTP, and HTTPS protocols. Well…