void ReadDataset(bool ReadAsComplex = false);
Reads the contents of underlying fields.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | ReadAsComplex = false | bool |
Remarks:
Reads the contents of underlying fields, defined in TMtxDataset::VecColumns collection, and stores their contents in the corresponding VecColumns.Items[i].TVecColumn::Vector vectors. ReadDataset method performs a:
- Single record read for all VecColumns[i] with TMtxDataset::ReadWriteMode set to wmRecord.
- Numeric values read for all VecColumns[i] with TMtxDataset::ReadWriteMode set to wmColumn. If the ReadAsComplex parameter is true then two consecutive dataset records are treated as real and imaginary part of complex number. By default, ReadAsComplex is false meaning each record in dataset is treated as one real number. The ReadAsComplex parameter is the same for all TMtxDataset::VecColumns.
See Also: TVecColumn.ReadDataSet
Declared in Dew::Math::Controls::VCL::TMtxDataset · Dew.Math.Controls.VCL/MtxVecDBTools.h · C++Builder only