You are here: Symbol Reference > MtxVecDBTools Namespace > Structs, Records, Enums > MtxVecDBTools.TReadWriteMode Enumeration
MtxVec VCL
ContentsIndex
PreviousUpNext
MtxVecDBTools.TReadWriteMode Enumeration

Defines how TMtxDataset will read from dataset.

Pascal
TReadWriteMode = ( wmRecord, wmColumn );
Members 
Description 
wmRecord 
Field is a BLOB field and only current record in the underlying dataset will be read. 
wmColumn 
Field is a numeric field and all values in underlying dataset will be read. 

ReadDataSet, WriteDataSet

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!