__property bool Scientific = {read = FScientific, write = SetScientific};
Sometimes it is neccessary to keep the full floating point precision.
Read:
bool FScientific;Write:
void SetScientific(const bool Value);Remarks:
If True, then the number formating (ReFormat, ImFormat) properties will be ignored and the number will always be displayed in full floating point precision.
Declared in Dew::Math::Controls::VCL::TMtxFloatEdit · Dew.Math.Controls.VCL/MtxComCtrls.h · C++Builder only