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

TFloatSpinEdit

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

The class for float spin edit control.

Declaration

Source position: spin.pp line 81

type TFloatSpinEdit = class(TCustomFloatSpinEdit)

public

  property AutoSelected;

  

published

  property Align;

  

  property Anchors;

  

  property AutoSelect;

  

  property AutoSize;

  

  property BorderSpacing;

  

  property Color;

  property Constraints;

  

  property DecimalPlaces;

  

  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

TFloatSpinEdit

  

The class for float spin edit control.

|

TCustomFloatSpinEdit

  

|

TCustomEdit

?

TObject

Description

The class for float spin edit control. Use TFloatSpinEdit to allow user to pick float value.

See also

TSpinEdit

  

The class for spin edit control.