I have a Delphi program which runs on Microsoft Windows (English) environment, but fails when running in a Windows (Chinese) environment.
The error message is:
Exception EReadError in module rtl160.bpl.
Error reading Button2.Click Invalid property Value
However, the "Button2" has a valid OnClick event method.
I have several other similar Delphi programs which run in both environments. I haven't spotted what is different about this particular program.
Anyone else run into this sort of thing? Where are the best areas to look?