TVecColumn Class

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

class TVecColumn : public TCollectionItem;

TVecColumns collection item.

Provides connection between dataset field and TVec object. By connecting TVecColumn to a specific dataset field you can load values from numeric field or BLOB field to TVecColumn::Vector, or save values from TVecColumn::Vector to numeric or BLOB field. TVecColumns

Constructors

NameDescription
TVecColumn

Destructors

NameDescription
~TVecColumn

Properties

NameTypeDescription
AfterReadDatasetTNotifyEventEvent triggered after the ReadDataset.
DatasetTDataSet*
FieldTField*
FieldNameSystem::UnicodeStringDefines the name of field in dataset.
VectorTVec*Stores the underlying dataset field numeric or BLOB values.

Methods

NameDescription
Assign
FillFieldItems
GetAfterReadDataset
GetField
GetFieldName
GetVector
ReadDatasetReads the contents of underlying field and stores it's contents in vector.
SetAfterReadDataset
WriteDatasetWrites the contents of the Vector vector to dataset.

Fields

NameTypeDescription
FReadWriteModeTReadWriteMode
IUpdatingbool