- TBindSourceDB Is used for creating bindings to databases.
- TPrototypeBindSource Provides a data source for generating sample data that you can use to get started when you do not already have data to start with. Later you can replace this data source with some real data.
- TBindSourceDBX Is used for creating binding to databases using the DBX framework.
- TParamsAdapter Is used for binding visual controls to DBX command parameters.
- TBindingsList Is used for holding of binding lists.
- TDataGeneratorAdapter Is an adapter for data generators.
- TAdapterBindSource Is used for working with non-database data. The adapter property is used to connect the data source to non-database data, such as a generic collection of objects.
- TBindNavigator (FMX) Is used for cycling through records in a dataset when developing FMX applications
It also links to 7 different demo applications which demonstrate various features of LiveBindings. LiveBindings are available cross platform on Android, IOS, Windows, and OSX.
Head over and check out the full getting started page about LiveBindings on the Embarcadero site.