FireMonkey and Databases
Go Up to FireMonkey Applications Guide
You can use FireDAC and dbExpress to access databases in FireMonkey applications. But you can also use LiveBindings in order to access databases in FireMonkey. FireMonkey can use LiveBindings components to move data between controls and data components. You can think of LiveBindings as a pipe that can optionally transform what moves through it using expressions.
Using LiveBinding with FireMonkey
These tutorials show how to use FireMonkey (VCL is supported too) with LiveBidings:
- Tutorial: Using LiveBindings to Create an Application Without Code
- Tutorial: Linking a Control with a Field
- Tutorial: Linking a Property of a Component with a Field
- Tutorial: Creating a Data Source (LiveBindings Wizard)