Table of Contents

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

  1. Drop a TTMSFNCSpinEdit onto a form.
  2. Set Min, Max, and Value to define the range and starting value; set Interaction.Frequency for the step per click and EditFieldPrecision for decimal precision if needed.
  3. Handle OnValueChanged (Sender: TObject; AValue: Single) to read the current numeric value when the user edits the field or clicks the spin buttons.

Next steps