__property System::UnicodeString MinValue = {read = GetMinValue, write = SetMinValue};
Defines the minimum accepted value displayed by the edit box.
Read:
System::UnicodeString GetMinValue();Write:
void SetMinValue(const System::UnicodeString Value);Remarks:
If both MaxValue and MinValue are the same and 0, both limits are disabled.
Declared in Dew::Math::Controls::VCL::TMtxFloatEdit · Dew.Math.Controls.VCL/MtxComCtrls.h · C++Builder only