TMtxFloatEdit::IntPosition Property

__property int IntPosition = {read = GetIntPosition, write = SetIntPosition};

Returns the current value displayed by the component.

Read: int GetIntPosition();
Write: void SetIntPosition(const int Value);
Remarks:

If the value is not integer it will be rounded to an integer. 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