TTMSFNCValueOptions Class
Holds the value range, step increment, display font and number format used to interpret and render a control's numeric value.
API unit family: TMSFNCWidgetSetPoint
Inherits from: TPersistent
Syntax
TTMSFNCValueOptions = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Font | Font used to render the value text. |
| Format | Format string applied when converting the value to display text. |
| Max | Upper bound of the value range. |
| Min | Lower bound of the value range. |
| Step | Increment used when stepping the value up or down. |
Events
| Name | Description |
|---|---|
| OnChange | Occurs when any of the value options changes, so the owning control can refresh its display. |