LiveBindings is a data-binding feature supported by both the VCL and FireMonkey in RAD Studio XE2 and later versions.
Questions tagged [livebindings]
139 questions
0
votes
0 answers
LiveBindings connection between TScrollbar.Position and TCheckBox.Left?
In the Delphi XE4 LiveBindings Designer, why I cannot connect a TScrollBar Position property to a TCheckBox Left property? So when I move the scrollbar thumb at runtime this should change the horizontal position of the checkbox.
In the image below…

user1580348
- 5,721
- 4
- 43
- 105
0
votes
1 answer
How To Clear LiveBindings In Delphi XE4
While experimenting with LiveBindings with Delphi XE4 I selected BindVisually from the object inspector. How do you clear or eliminate the LiveBindings?
Object Inspector
TForm1
Property
LiveBindings: LiveBindings
If I try to remove the…

Bill
- 2,993
- 5
- 37
- 71
0
votes
1 answer
How to access dataset from custom component linked with Live Bindings?
I am creating my own DBGrid that is derived from TMSFMXGrid. How can I find out which dataset is linked to this grid, if it is linked using Live Bindings? In design time you can see in object inspector property LiveBinding, but is not accessible in…

AvgustinTomsic
- 1,809
- 16
- 22
0
votes
1 answer
Delphi XE 3 LiveBindings AutoInc SQL Server
I have a Delphi XE3 Firemonkey app with LiveBindings to a SQL Server. I can connect and see all the data on a grid. I have a field ("id") which is an "identity field" on SQL (more commonly known as an AutoInc).
When I try to add a record I get…

blake
- 1