TMtxFloatEdit::CplxPosition Property

__property TCplx CplxPosition = {read = GetCplxPosition, write = SetCplxPosition};

Returns the current value displayed by the component formated as a complex number.

Read: TCplx GetCplxPosition();
Write: void SetCplxPosition(const TCplx &NewValue);
Declared in Dew::Math::Controls::VCL::TMtxFloatEdit · Dew.Math.Controls.VCL/MtxComCtrls.h · C++Builder only