[Overview][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
The base class for the integer-based spin control
Source position: spin.pp line 128
type TCustomSpinEdit = class(TCustomFloatSpinEdit) end; |
||
protected |
||
procedure SetMaxValue(); virtual; overload; |
|
|
procedure SetMinValue(); virtual; overload; |
|
|
procedure SetIncrement(); virtual; overload; |
|
|
procedure SetValue(); virtual; overload; |
|
|
public |
||
constructor Create(); override; |
|
|
property Value: Integer; [rw] |
|
The value of spin control. |
property MinValue: Integer; [rw] |
|
Minimal value allowed for the spin edit. |
property MaxValue: Integer; [rw] |
|
Maximal valueallowed for the spin edit. |
property Increment: Integer; [rw] |
|
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 base class for the integer-based spin control |
|
| | ||
|
The base class for the float-based spin control |
|
| | ||
|
The base class for controls presenting editable text. |
|
| | ||
|
The base class for controls which can contain other (child) controls. |
|
| | ||
|
The base class for visible controls. |
|
| | ||
|
The base class for LCL components associated with widgets. |
|
| | ||
TComponent |
||
? | ||
TObject |
A control which can increment and decrement an integer value. It has arrows to allow the user to increment/decrement the value and an edit box for typing it directly.
lazarus-ccr.sourceforge.net |