Happily I am playing with the R/W feature of TTMSFNCDataBinder and wondered what controls are R/W enabled out of the box or how I can find out, if a control is supported.
Thanks!
Happily I am playing with the R/W feature of TTMSFNCDataBinder and wondered what controls are R/W enabled out of the box or how I can find out, if a control is supported.
Thanks!
Hi,
There is a list of controls inside FMX.Bind.Editors in the initialization section, the same applies for VCL (VCL.Bind.Editors). If you mean programmatically, there is code inside Data.Bind.Components keeping track of observable members of a component, but it's unclear how to retrieve that exactly.
Can´t locate the FMX.Bind.Editors.pas - where is this file?
I'm not sure what you mean, if you mean the default controls (FMX, VCL) the file is inside RAD Studio Source directory. If you mean FNC specifically, basically all controls are able to be linked. Should you encounter a control which is not behaving as expected, let me know.
Ah, I see. Looked only in the TMS directories, sorry.
If you mean FNC specifically, basically all controls are able to be linked
Great to hear!
If a control does not sync / write automatically, you can always manually call the required notification events as well. There is documentation describing the steps you need to take.