FireMonkey and Databases

From RAD Studio
Jump to: navigation, search

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:

See Also