C++DelphiIDE

Learn To Use Styles To Create Visual Stunning VCL And FireMonkey Apps With Delphi/C++ Builder

What is a Style: A set of graphical details that define the look and feel of a VCL application/FireMonkey Application, Similar to a theme in Windows. A style permits you to change the appearance of every part and state of a control. For instance, a scroll bar has the following parts: frame, slider, and the two side buttons for each direction. The side buttons, for example, have the following…
Read more
News

Key Target Platforms Update

I wanted to share some interesting data following a recent presentation looking into Modern Windows development. 75% of Windows Desktops use Windows 10! Source: StatCounter Windows 10 is now used by 3 out of every 4 Windows desktop machines! This market share is…
DatabaseRAD Studio

Newcomer's Perspective - FireDAC and SQLite

FireDAC is Embarcadero’s library for universal data access – connection to just about any database protocol you can find. It abstracts the protocol-level details and presents a common interface so developers can build their applications to be database agnostic and flexible in the event of future design changes. My work this week focused on FireDAC and local databases. SQLite is…
Read more
News

Comprehensive Music Theory and Ear Training App Built In Delphi

With almost 3,000 lessons created by music teachers for beginners to professional musicians playing any instrument, EarMaster is a comprehensive, consumer-grade app with extraordinary functionality that uses a variety of different technologies. Despite the app’s technologically advanced backend, the EarMaster team worked hard make it as simple and intuitive as possible to use. EarMaster features…
Read more
CodeDatabaseDelphiRAD Studio

Learn About Executing Local SQL Queries Within Your Delphi Apps Using FireDAC

The FireDAC.TFDLocalSQL MegaFMX sample is divided in three tabs where each tab demonstrates single Local SQL usage case. Each tab has dedicated SQLite in-memory connection established using theTFDConnectionwith only single parameterDriverID=SQLite. When noDatabaseparameter value is specified then FireDAC SQLite driver opens an in-memory connection. It will be used…
Read more