enum class TReadWriteMode : unsigned int;
Defines how TMtxDataset will read from dataset.
Values
| Name | Description |
|---|---|
| wmColumn | Field is a numeric field and all values in underlying dataset will be read. |
| wmRecord | Field is a BLOB field and only current record in the underlying dataset will be read. |