WPF Bindings Sample (.NET)
From RemObjects Wiki

This is a Data Abstract for .NET Samples topic
Contents |
Purpose
This is a simple application that represents Data Abstract inside the WPF GUI framework.
The sample shows how you can load data using Data Abstract, represent it as a tree view in the WPF GUI framework, and edit and update it on the server.
Examine the code
Examine the DataModule component to see how data is loaded and updated inside the WPF application:
- Take a look at the LoadData method and see how data is loaded and combined into lists, represented as a tree view.
- Look at the UpdateData method to see how changed data can be updated using the Update method of the Remote Data Adapter.
Getting started
- Run the Sample Server.
- Run the WPF Bindings Sample.
- Load data into the Products list.
- Edit and update products data in the right side of the main window.
Editions and Languages
- Data Abstract for .NET — currently available in Embarcadero Prism only
Concepts Covered
See Also

Product: RemObjects Data Abstract
Available Editions: Data Abstract for .NET, Xcode, Delphi, Java and JavaScript
