Getting Started with TMS FNC Spin Edit
Prerequisites
- Delphi with TMS FNC UI Pack installed.
- A new or existing VCL, FMX, or WEB application.
Steps
- Drop a
TTMSFNCSpinEditonto a form. - Set
Min,Max, andValueto define the range and starting value; setInteraction.Frequencyfor the step per click andEditFieldPrecisionfor decimal precision if needed. - Handle
OnValueChanged(Sender: TObject; AValue: Single) to read the current numeric value when the user edits the field or clicks the spin buttons.