Navicat is a powerful database development tool which supports many database servers and cloud database platforms and it is built in Delphi. They have a number of different versions of Navicat with each version supporting one database or they have Navicat Premium for Windows which supports all of the databases in a single product. They list clients such as Adobe, Sony, HP, Disney, MasterCard…
User Defined Functions with InterBase
January 21, 2021
InterBase has several built in functions that developers can use to create and optimize SQL queries. In some situations though, you may find yourself needing to expand queries or work with more complex queries that include string, date and statistical functions.
TheOnUpdateRecordsample shows you how to cache the user changes when using read-only dataset and then, how to apply updates on behalf of queries that cannot post updates directly. To this end, the sample uses theOnUpdateRecordevent…
Measure Heart Rate Using Delphi And C++ Builder With The Power Of ThingConnect IoT Device Component Pack
January 21, 2021
When I think about Delphi and C++ Builder, the first thing that comes to my mind is powerful third party components that interface with almost everything. Or the syntax we have which is like writing a novel in the English language. RAD Studio comes with hundreds of components that simplify working with probably everything, from standard components to Internet of Things components.
Today, I…
No developer doesn’t know WebSocket API. WebSocket API is an advanced technology that makes it possible to open a two-way interactive communication session among the user’s browser and a server. With this WebSocket API, you can create real-time, web-connected…
Incredibly Powerful Enhanced Terminal And Network Toolkit For Windows Is Built In Delphi
January 21, 2021
MobaXterm is an enhanced terminal for Windows with an X11 server, tabbed SSH client, and network tools, and it is built in Delphi. The sheer number of features in this enhanced terminal for Windows is mind-blowing. Major features include an embedded X server, DISPLAY is…
Get These Visually Stunning FireMonkey Styles Free To Enhance User Experience In Your Delphi Apps
January 20, 2021
Last few years, we can see that many amazing and visually stunning FireMonkey and VCL styles have been developed. With these kinds of styles, you can take your user experience of the application to next level by just applying it with the TStyleBook component.
TStyleBook component stores a collection of styles for a form. When you understand styles and this TStyleBook you can easily customize…
Similar to Windows themes, VCL styles make it easy to radically change the appearance of your VCL applications, giving your application that extra level of polish and professionalism. Thanks to the Per Control VCL Styles introduced in 10.4, a single form can take advantage…
Ultra-Fast Enterprise-Grade List And Label Reporting Tool For Delphi
January 19, 2021
This List & Label Reporting tool for Delphi offers you comprehensive reporting functions for your desktop, cloud, and web applications with just a few lines of code.
combithas been developing the List & Label reporting tool for more than 30 years now…
The sample shows in a nice way how to use theTFDLocalSQLcomponent to execute SQL commands on in-memory database, represented by several TFDMemTables.
This sample uses aTFDConnectionto connect to the SQLite in-memory database (with emptyDatabaseparameter value). TheTFDLocalSQLcomponent is for the Local SQL engine.