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

TFloatSpinEdit

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

The main class for the float-based spin control

Declaration

Source position: spin.pp line 75

type TFloatSpinEdit = class(TCustomFloatSpinEdit)

public

  property AutoSelected;

  

published

  property Align;

  

Specifies the placement of the control inside its Parent.

  property Alignment;

  property Anchors;

  

The set of anchor definitions for this control.

  property AutoSelect;

  

  property AutoSize;

  

Allows to automatically adjust the size of the control, according to its content.

  property BorderSpacing;

  

Determines the inner and outer border spacing for this control.

  property Color;

  property Constraints;

  

The minimal and maximal Width and Height of this control.

  property DecimalPlaces;

  

  property Enabled;

  

Determines whether the control reacts on mouse or keyboard input.

  property Font;

  property Increment;

  

An amount to be incremented/decremented to the value when spin edit up/down arrow button is pushed.

  property MaxValue;

  

Maximal value allowed for the spin edit.

  property MinValue;

  

Minimal value allowed for the spin edit.

  property OnChange;

  

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

  property OnChangeBounds;

  

  property OnClick;

  

  property OnEditingDone;

  

  property OnEnter;

  

Handler for control receiving the focus.

  property OnExit;

  

Handler for control loosing the focus. This is a good place for checking the finished user input.

  property OnKeyDown;

  

Handler for keyboard key pressed.

  property OnKeyPress;

  

Handler for a character entered by the user.

  property OnKeyUp;

  

Handler for keyboard key released.

  property OnMouseDown;

  

Event handler for mouse button going down.

  property OnMouseMove;

  

Event handler for mouse movement within the control.

  property OnMouseUp;

  

Event handler for mouse button going up.

  property OnResize;

  

Notification handler for a resize of the control.

  property OnUTF8KeyPress;

  

Handler for a character entered by the user.

  property ParentFont;

  property ParentShowHint;

  

If true, the value of ShowHint for the control will be the same as the one from the Parent. Default is true.

  property PopupMenu;

  

A context-sensitive menu that pops up when the right mouse button is clicked over this control

  property ReadOnly;

  

  property ShowHint;

  

Enables the Hint display.

  property TabStop;

  property TabOrder;

  

Determines the sequence of controls, reachable when the user presses the Tab key.

  property Value;

  

The value of spin control.

  property Visible;

  

Allows to show or hide the control, and all of its children.

end;

Inheritance

TFloatSpinEdit

  

The main class for the float-based spin control

|

TCustomFloatSpinEdit

  

The base class for the float-based spin control

|

TCustomEdit

  

The base class for controls presenting editable text.

|

TWinControl

  

The base class for controls which can contain other (child) controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

The base class for LCL components associated with widgets.

|

TComponent

?

TObject

Description

The main class for the float-based spin edit control. Use TFloatSpinEdit to allow user to pick float value.

See also

TSpinEdit

  

The main class for the integer-based spin control