[Overview][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
The class for spin edit control.
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; |
|
The class for spin edit control. |
|
| | ||
|
||
| | ||
|
||
| | ||
|
TCustomEdit : the base type from which the TEdit Box is derived. |
|
| | ||
| | ||
| | ||
|
TLCLComponent - base class for LCL components |
|
| | ||
| | ||
| | ||
The class for spin edit control. Use TSpinEdit to allow user to pick integer value.
|
The class for float spin edit control. |
lazarus-ccr.sourceforge.net |