__property double SliderPosition = {read = FSliderPosition, write = SetSliderPosition};
Defines the position of the left most edge of the slider.
Read:
double FSliderPosition;Write:
void SetSliderPosition(const double Value);Declared in Dew::Math::Controls::VCL::TMtxPositionPanel · Dew.Math.Controls.VCL/MtxComCtrls.h · C++Builder only