FMX.Edit
From RAD Studio API Documentation
Defines FireMonkey controls for single-line text and number editors.
Classes
| TClearEditButton | Button used for clearing text in a TEdit control. |
| 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. |
| TContentEdit | TContentEdit is a specialized TContent for edit controls. |
| 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. |
| TDropDownEditButton | Button used to display the drop-down list associated with the edit control. |
| TEdit | General-purpose FireMonkey edit box. |
| TEditButton | Button used for customising or making your own glyph button. |
| TEllipsesEditButton | Button used when the user needs to provide more information regarding the command. |
| TNumberBox | Use the TNumberBox class when you need a box that allows typing only numbers. |
| TPasswordEditButton | Button used to switch the password display mode in a TEdit control. |
| TSearchBox | A search edit control. |
| TSearchEditButton | Button used to search specific text or object with a linked search program. |
| TSpinBox | TSpinBox is a special edit box equipped with buttons to increment or decrement the display value. |
Routines
| TryTextToValue | Converts the text to a numeric value and returns if the operation was successful. |
Types
| TNumValueType | Data type used by the edit boxes that can display only numerical values, such as TNumberBox. |
| TSelectionMode | |
| TSelectionPointType |