Subj : Readonly property To : netscape.public.mozilla.jseng From : Andrew Chum Date : Wed Jun 04 2003 09:16 am I want to create a readonly property of an object through C API. I understand that the property cannot be changed at runtime, but I want to change it through C API at runtime. Is it possible? And how? Thanks a lot. .