TTMSFNCSpinEdit

The TTMSFNCSpinEdit is a component that works like a TSpinBox but also introduces other
capabilites. For example the value editing can be disabled, and orientation setting is also available.
Properties
Property name |
Description |
Appearance |
Property for various appearance settings. |
Interaction |
Property for various interaction settings: Frequency, RepeatClick and RepeatInterval. |
Max |
Maximum value of the TTMSFNCSpinEdit. |
Min |
Minimum value of the TTMSFNCSpinEdit. |
Value |
The current value of the TTMSFNCSpinEdit. |
Events
Event name |
Description |
OnAfterDrawButton |
Event called after drawing the plus/minus button. |
OnAfterDrawValue |
Event called after drawing the value. |
OnBeforeDrawButton |
Event called before drawing the plus/minus button. |
OnBeforeDrawValue |
Event called before drawing the value. |
OnValueChanged |
Event called when the value has changed. |