TReadWriteMode Enumeration

Header: Dew.Math.Controls.VCL/MtxVecDBTools.h · C++Builder only

enum class TReadWriteMode : unsigned int;

Defines how TMtxDataset will read from dataset.

Values

NameDescription
wmColumnField is a numeric field and all values in underlying dataset will be read.
wmRecordField is a BLOB field and only current record in the underlying dataset will be read.