Subject How to manually bind a control to a tib_datasource
Author mirco@intellitec.de
I would like to manually bind a control to an IB datasource, i.e.
whenever the datasource changes, I would like to receive an event and
refresh my control. A datasource change here means that someone
positions on a different record or a requery is performed, etc.

Does anyone know how to do this? I tried OnStateChanged, but it gets
fired several times.

Thank you in advance

Mirco Stange