TIWCGFieldDataLink.StateChangeOperation Property
This what should be done to the control when the dataset is in Browse Mode: – scoEnable: Enables the control if the DataSet is editing/inserting, and disables it if DataSet is in browse Mode. – scoReadOnly: If supported by the Control, puts it ReadOnly in browse mode, and writable in editiion modes. – scoNone: Don't do anything to the Control, regardless its state.
published property StateChangeOperation: TIWCGFieldDataLinkStateChangeOperation read FStateChangeOperation write FStateChangeOperation default scoEnable;