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

TSpinEdit

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

The class for spin edit control.

Declaration

Source position: spin.pp line 148

type TSpinEdit = class(TCustomSpinEdit)

public

  property AutoSelected;

  

published

  property Align;

  

  property Anchors;

  

  property AutoSelect;

  

  property AutoSize;

  

  property BorderSpacing;

  

  property Color;

  property Constraints;

  

  property Enabled;

  

  property Font;

  property Increment;

  

  property MaxValue;

  

  property MinValue;

  

  property OnChange;

  

The OnChange event is fired when spin edit value has changed.

  property OnChangeBounds;

  

  property OnClick;

  

  property OnEditingDone;

  

  property OnEnter;

  

  property OnExit;

  

  property OnKeyDown;

  

  property OnKeyPress;

  

  property OnKeyUp;

  

  property OnMouseDown;

  

  property OnMouseMove;

  

  property OnMouseUp;

  

  property OnResize;

  

  property OnUTF8KeyPress;

  property ParentFont;

  property ParentShowHint;

  

  property PopupMenu;

  

  property ReadOnly;

  

  property ShowHint;

  

  property TabStop;

  

  property TabOrder;

  

  property Value;

  

  property Visible;

  

end;

Inheritance

TSpinEdit

  

The class for spin edit control.

|

TCustomSpinEdit

  

|

TCustomFloatSpinEdit

  

|

TCustomEdit

  

TCustomEdit : the base type from which the TEdit Box is derived.

|

TWinControl

|

TControl

|

TLCLComponent

  

TLCLComponent - base class for LCL components

|

TComponent,IUnknown,IInterfaceComponentReference

|

TPersistent

|

TObject

Description

The class for spin edit control. Use TSpinEdit to allow user to pick integer value.

See also

TFloatSpinEdit

  

The class for float spin edit control.

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