__property double Position = {read = GetPosition, write = SetPosition};
Returns the current value displayed by the component.
Read:
double GetPosition();Write:
void SetPosition(const double NewValue);Remarks:
If the value displayed is complex, it will return only the real part.
Declared in Dew::Math::Controls::VCL::TMtxFloatEdit · Dew.Math.Controls.VCL/MtxComCtrls.h · C++Builder only