I was looking for some demos from TTMSFNCDataBinding using two ways working mode..
Reading the documentation, it wasn't so clear how to implement the notifications and which controls already have this implementation .. as I tested with TTMSFNCEdit and only works in one way
We've tested here against the latest version and could read and write values to a TTMSFNCEdit. Please provide more information such as a code snippet or sample demonstrating this? Are you sure that you have properly connected the databinder and the component?
Basically it's just connecting the field to the text property for a single value databinder item and it should be set up. Also check if the databinder is active.
In the latest version there is no need to add code to the OnChange event handler. for TTMSFNCEdit it handles reading and writing to the field automatically. The code is only required for components that don't automatically do this. Other than the code in the OnChange event handler everything looks to be setup correctly. So it's strange that it does not post the value to the field. Can you check with a normal TEdit? Can you also provide the version number of TMS FNC UI Pack / TMS FNC Core you have installed.