TSpinEditValueType Enumeration

Represents type TSpinEditValueType.

Namespace: System.UI.Controls
type
 TSpinEditValueType = (ValueTypeInteger, ValueTypeFloat);

The TSpinEditValueType type exposes the following members.

Show:
 NameDescription
ValueTypeFloat

Represents constant ValueTypeFloat.

ValueTypeInteger

Represents constant ValueTypeInteger.

Top