[Overview][Classes][Procedures and functions][Index] Reference for unit 'Spin' (#lcl)

TCustomSpinEdit.Value

The value of spin control.

Declaration

Source position: spin.pp line 142

public property TCustomSpinEdit.Value : Integer
  read GetValue
  write SetValue
  default 0;

See also

TCustomSpinEdit.MinValue

  

Minimal value allowed for the spin edit.

TCustomSpinEdit.MaxValue

  

Maximal valueallowed for the spin edit.

TCustomSpinEdit.Increment

  

The value by which the value of the control should be increased/decresed when the user clicks one of the arrows or one of the keyboard up/down arrows

The latest version of this document can be found at lazarus-ccr.sourceforge.net.