__property TDataSet*Dataset = {read = FDataset, write = SetDataset};
Component dataset.
Read:
TDataSet *FDataset;Write:
void SetDataset(TDataSet *Value);Remarks:
Defines the component dataset. Setting the Dataset to nil will set all TVecColumn.FieldName to null string.
NOTE: Set the Dataset property before you set the TVecColumn::FieldName property.
See Also: TVecColumn::FieldName
Declared in Dew::Math::Controls::VCL::TMtxDataset · Dew.Math.Controls.VCL/MtxVecDBTools.h · C++Builder only