TMtxDataset::VecColumns Property

__property TVecColumns*VecColumns = {read = FVecColumns, write = SetVecColumns};

A collection of TVecColumn.

Read: TVecColumns *FVecColumns;
Write: void SetVecColumns(TVecColumns *Value);
Remarks:

VecColumns is a collection of TVecColumn, each of which provides connection between Dataset field and Vector vector. Use Add method to add new TVecColumn to the collection. Use Clear to clear all collection items. Use Delete to delete specific collection item. Check the Delphi help files for more on collection and collection items.

See Also: TVecColumn
Declared in Dew::Math::Controls::VCL::TMtxDataset · Dew.Math.Controls.VCL/MtxVecDBTools.h · C++Builder only