|
AnyDAC
|
Controls ability to change a TField value.
Use the CheckUpdatable property value to control, should AnyDAC or not to raise an exception, when application tries to modify field value in an inappropriate state. The default value is True.
This is normally prohibited when:
The exception will be raised when CheckUpdatable is True and one of the above conditions is not met.
property CheckUpdatable: Boolean;
Editing the Data, TField.ReadOnly, CheckReadOnly, CheckRequired
|
What do you think about this topic? Send feedback!
|