TCustomMtxVecGrid::Scientific Property

__property bool Scientific = {read = FScientific, write = SetScientific};

If true, use full floating point precision to format strings.

Read: bool FScientific;
Write: void SetScientific(const bool Value);
Declared in Dew::Math::Controls::VCL::TCustomMtxVecGrid · Dew.Math.Controls.VCL/MtxGrid.h · C++Builder only