Equivalent to EventInfo.Reason in Paradox ObjectPAL?

Quote
Richard Carter wrote in message <76602s$lu...@news.ececs.uc.edu>...
>The "onChange" event for a data-aware component can be triggered
>by a move to a different record in the table, by a data change
>under program control, or by a data change made by the user.

>What I would like to be able to do is "sort out" what event
>triggered the change -- was it a change of record, or the user
>entering a new value, or what?

Rick,

I think it is the "on change" event, but one of them has a TField parameter.
If the TField parameter is NIL, this is a good sign that the record changed
(vs. a single field change.

Hope this helps

Frank