Subject Re: [IBO] Using colorscheme
Author Paul Vinkenoog
Hello Riho-Rene,

> I use some ordinary controls together with TIB_Edits.
> When dataset enteres Edit or Delete state then the TIB fields change
> color. How can I catch this change and paint also other controls?

I think TIB_DataSource.OnStateChanged would be a nice place.

Or else TIB_Query.Before/AfterEdit, .Before/AfterDelete etc.

(Before is perhaps a little risky, because the state change might not
happen after all.)


Greetings,
Paul Vinkenoog