Field write modes.
Source position: db.pas line 2493
| const dsWriteModes = [dsEdit, dsInsert, dsSetKey, dsCalcFields, dsFilter, dsNewValue, dsInternalCalc, dsRefreshFields]; | 
dsWriteModes contains the various values of TDataset.State for which data can be written to the dataset buffer.
| 
 | Current state of the dataset. | |
| 
 | Current operational state of the dataset. |