__property System::UnicodeString MaxValue = {read = GetMaxValue, write = SetMaxValue};
Defines the maximum accepted value displayed by the edit box.
Read:
System::UnicodeString GetMaxValue();Write:
void SetMaxValue(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