Something I have never been able to get my head around ever since Delphi 1 was released (I am now using Delphi 6 Enterprise) is how to use a "Watch".
Sometimes I need to know
When (say) MyTableMyField.value = (say) 100.
When (say) MyTableMyField.value changes bearing in mind that to use the UponChange Property in the OI doesn't tell one where it is changing.
Anyone?