Page 1 of 1

CodeKey is read-only

Posted: Sat Aug 16, 2003 11:27 pm
by Jason
Hello. What does "Warning: CodeKey is read-only" mean? I get the message in design and runtime every time I change from language 1 to language 2. Back to Language 1 it doesn't pop up. How can I avoid it? TIA.


btw: I'm using Windows 2000 Adv. Server, Delphi 5 Enterprise and TSILang 5.2.0

Posted: Sun Aug 17, 2003 6:45 am
by isiticov
This looks like some of components on your form has property CodeKey with no change allowed. You can just find this property (CodeKey) to ExcludedProperties property of TsiLang and then this property won't be translated.

Thank you

Posted: Sun Aug 17, 2003 8:07 am
by Jason
Thank you for your excellent and fast advice. That did the trick :D