FieldsReadOnly property

Applies to
TIB_Statement

Declaration
Property FieldsReadOnly : TIB_StringList;

Description
Allows controls associated to fields to be locked as a readonly field. It is also possible to make fields become readonly during certain states in order to just PreventEdits, etc.

Make column entries using the standard format as:

[< tablename >.]< columnname >=T[RUE];NOEDIT;NOINSERT;NOSEARCH
[< tablename >.]< columnname >=F[ALSE];NOEDIT;NOINSERT;NOSEARCH