Subject IBQuery Fields ReadOnly
Author Ahmet Elgin
In my app, to make a field read-only, i use a code like this:
qyTableX.FieldsReadOnly.Add('FIELDX=NOEDIT;NOINSERT');
In a condition i want to make FieldX writable, how can i disable
fieldX's readonly property?

thanks a lot..
Ahmet ELGIN