An Overview of LiveBindings

preview_player
Показать описание
What are LiveBindings? What can LiveBindings do for RAD Studio, Delphi, C++Builder and FireMonkey developers?

This video takes a look at the pieces of LiveBindings including the expression engine, expressions, output converters, scope, ControlComponent and SourceComponent, and manged versus unmanged LiveBindings.


Part 1 of a 5 part series on LiveBindings in RAD Studio.
Рекомендации по теме
Комментарии
Автор

Does this functionality work across units/data modules ? Or is it still broken after 12 years like everything else in Delphi product ?!?

skybuck
Автор

What if I need say, TControl components to save their values/states to a XML file, and the LiveBinding expression would involve an XML element identifier? For instance an ident of and string values of a TListBox or TComboBox are saved/loaded to/from this element. And access needs to be fast, so values must be copied in RAM for use with animations, for instance. I tried to check if the XE2 demo could do this, but no luck. I wish to only bind at application/obj

maximumarmor
Автор

I stopped watching as there is no data module being used, completely waste of time, this is not serious software development

skybuck
Автор

Your problem is you put everything into one unit, stop doing that and admire the problems it creates.

skybuck