TMtxVecGrid::DataSource Property

__property TMtxVecBase*DataSource = {read = FDatasource, write = SetDatasource};

Defines grid values. Datasource can be vector or matrix.

Read: TMtxVecBase *FDatasource;
Write: void SetDatasource(TMtxVecBase *Value);
Remarks:

In any case grid size and formatting is adjusted automatically according to Datasource class.

Declared in Dew::Math::Controls::VCL::TCustomMtxVecGrid · Dew.Math.Controls.VCL/MtxGrid.h · C++Builder only