DelphiShowcase

HeidiSQL Is A Lightweight Open Source Database Management Tool Built In Delphi

Developer Ansgar Becker created HeidiSQL as lightweight open source database management tool which supports MariaDB, MySQL, MS SQL, PostgreSQL and SQLite. It makes use of Delphi’s native VCL styles very effectively to provide a nice looking interface which the developer can customize for their preference. Some of it’s powerful features include connecting via SSH tunnel, creating and…
Read more
C++DelphiRAD Studio

Learn Ultra-Fast Database App Development With Delphi LiveBindings Sample App

Connecting to database and data-aware controls was no more a time consuming task for Delphi/C++Builder developers. With Absolute no code you can just and drop components and bind visually to show case your valuable data to the user interface controls faster. BindGridLinkVCL Sample demonstrates the use of aTBindGridLink. You can find Delphi and C++ code samples inGitHub…
Read more
C++CodeDelphi

Quick Way To Bind Your Database To UI Components With BindLinkVCL Delphi Sample App

The BindLinkVCL Sample demonstrates the use of a TBindLink. In general, it is used for linking operations, for example, linking dataset fields to various lists. You can find Delphi and C++ code samples inGitHub Repositories. Search by name into the samples repositories according to your RAD Studio version. Components used inBindLinkVCLApp: TBindingsList:Built on…
Read more
DatabaseDelphi

Learn How To Modernize Your Database Apps For Windows 10 With FireDAC

The FireDAC is a universal data access library for developing applications for multiple devices, connected to enterprise databases. With its powerful universal architecture, FireDAC enables native high-speed direct access from Delphi and C++Builder to InterBase, SQLite, MySQL, SQL Server, Oracle, PostgreSQL, DB2, SQL Anywhere, Advantage DB, Firebird, Access, Informix, DataSnap, and more, including…
Read more