TTMSFNCSpinEdit Class
Spin-edit control that combines a numeric edit field with increment and decrement buttons. Supports configurable step, minimum, and maximum values with optional typed-value entry.
API unit family: TMSFNCSpinEdit
Inherits from: TTMSFNCCustomSpinEdit
Syntax
TTMSFNCSpinEdit = class(TTMSFNCCustomSpinEdit)
Properties
| Name | Description |
|---|---|
| Appearance | Appearance settings for buttons, layout, and value text. (inherited from TTMSFNCCustomSpinEdit) |
| Edit | Embedded edit control used when typed value entry is enabled. (inherited from TTMSFNCCustomSpinEdit) |
| EditFieldKeyboardType | Virtual keyboard type requested by the embedded edit field. (inherited from TTMSFNCCustomSpinEdit) |
| EditFieldPrecision | Number of decimal places accepted by the embedded edit field. (inherited from TTMSFNCCustomSpinEdit) |
| EditFieldPrecisionDisplay | Display mode used for precision handling in the embedded edit field. (inherited from TTMSFNCCustomSpinEdit) |
| Interaction | Interaction settings for editable input and repeated button clicks. (inherited from TTMSFNCCustomSpinEdit) |
Events
| Name | Description |
|---|---|
| OnAfterDrawValue | Fires after the value text has been drawn. (inherited from TTMSFNCCustomSpinEdit) |
| OnBeforeDrawValue | Fires before the value text is drawn. (inherited from TTMSFNCCustomSpinEdit) |