TMtxFloatEdit::Value Property

__property System::UnicodeString Value = {read = GetValue, write = SetValue};

Stores the value currently displayed.

Read: System::UnicodeString GetValue();
Write: void SetValue(System::UnicodeString NewValue);
Remarks:

It is recommended to use IntPosition, Position, CplxPosition properties to get and set the value displayed by the edit box.

Declared in Dew::Math::Controls::VCL::TMtxFloatEdit · Dew.Math.Controls.VCL/MtxComCtrls.h · C++Builder only