livebindings Questions
1
Solved
I don't understand LiveBinding's purpose. I would like to know which are the cases in which LiveBinding is most valuable. Embarcadero's manual describes it: "LiveBindings is a data-binding feature ...
Destructor asked 24/10, 2016 at 13:31
3
Hi Delphi XE2 TComponent has a new "Observers" property. Unfortunately the help entries for this are empty. Does anybody know what this new property is good for and how to use it?
Edit: Well i kno...
Zermatt asked 2/9, 2011 at 17:58
2
Solved
I have a TDataSource that is backed by a TClientDataset bound to a TStringGrid. I did this by right-clicking on the grid, selecting "Link to DB Datasource...", and selecting the DataSource. This se...
Cyprinodont asked 21/12, 2011 at 14:58
2
Solved
It's factible or it uses some compiler technology only available in XE2 ?
I just want to bind (bidirectional) a TEdit.Text property to a object function that returns a string in code (I don't need...
Solstice asked 24/10, 2011 at 22:12
2
Solved
I've been trying to find a generic way to notify a UI control of changes in a list. For example, when an object is added to a list I want it added automatically to the listbox. If an object is remo...
Abseil asked 13/9, 2011 at 8:27
1
I have the following example set of code, how can I bind the Data list elements to the TStringGrid using LiveBindings. I need bi-directional updates so that when the column in the grid is changed i...
Akel asked 21/9, 2011 at 23:13
1
Solved
In Delphi XE2 LiveBindings, I need to bind a VCL control of any type to a property of any type on an arbitrary (non-component) object. I can do this unidirectionally. But I need to do it bidirectio...
Fulcrum asked 20/9, 2011 at 0:19
1
© 2022 - 2024 — McMap. All rights reserved.