Learn About delphivcl.SpinEdit
May 9, 2021
DelphiVCL.SpinEdit or TSpinEdit combines a TEdit box with a TSpinButton.
DelphiVCL.SpinEdit component is a TEdit with a TSpinButton attached. The Value of the edit box is numerical. By pressing the up and down buttons of TSpinButton, the Value is increased or decreased.
Let’s browse all the properties, methods, and built-in properties of the DelphiVCL.SpinEdit using dir()…