Which FNC components are live-bindings enabled?
tx Bernd
Which FNC components are live-bindings enabled?
tx Bernd
We don't use LiveBindings for FNC.
I am quite eager, working with with the new two-way-data-binder. However:
but only VCL & FMX automatically post to the dataset for default controls that support the LiveBindings observer (such as TEdit).
So, how does the above statement and the quote go together?
Hi, for a TEdit, TCheckBox for example, when modifying the value, it automatically posts the value to the dataset after binding it to the TTMSFNCDataBinder, this is new since the update, where before the update this would not work. Additionally, some FNC components also automatically post to the dataset, but not via the LiveBindings technique.
I see. Thank you. Is there a reference, which FNC components support two way binding out of the box?
No, not right now. It's on our list for things to take up in documentation.