The Podcast at Delphi.org

The Podcast about the Delphi programming language, tools, news and community.

25 2017

FireDAC MemTable Editing – New in 10.2 Tokyo

by Jim McKeeth

One of my favorite new features (beyond Linux) is the ability to edit the data in a TFDMemTable at design time. You could already edit the field defs, to set it up. This makes the TFDMemTable, which was already super flexible and powerful, even more flexible. You can use it to capture some small data at design time and then use visual live bindings or data binding to connect it to visual controls.

Edit TFDMemTable

Holger Flick has a great blog post on the topic too. Here is a video I made with Sarina that shows it in action.

https://www.youtube.com/watch?v=to-IkTEIfaU

What is your favorite new feature in Tokyo?

tags: News - Source Code