Show: Delphi
C++
Display Preferences
FMX.Edit
From XE2 API Documentation
Defines FireMonkey controls for single-line text and number editors.
Classes
| TClearingEdit | Edit box equipped with a text clearing button. |
| TComboEdit | An edit box with a list of predefined choices. |
| TComboEditBase | Abstract class that is the base class for the TComboEdit component. |
| TComboEditListBox | Implements the list box used by TComboEdit components. |
| TComboTrackBar | TComboTrackBar is a special combo box equipped with a track bar. |
| TCustomEdit | TCustomEdit is the base class from which all FireMonkey edit boxes and memo controls are derived. |
| TCustomEditBox | Base class for all edit boxes that manipulate only numerical values. |
| TEdit | General-purpose FireMonkey edit box. |
| TNumberBox | Use the TNumberBox class when you need a box that allows typing only numbers. |
| TSpinBox | TSpinBox is a special edit box equipped with buttons to increment or decrement the display value. |
Types
| TNumValueType | Data type used by the edit boxes that can display only numerical values, such as TNumberBox. |