FMX.SpinBox.Style.TStyledSpinBox

Delphi
TStyledSpinBox = class(TStyledEditBox)
C++
class PASCALIMPLEMENTATION TStyledSpinBox : public Fmx::Editbox::Style::TStyledEditBox
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| class | public | FMX.SpinBox.Style.pas FMX.SpinBox.Style.hpp |
FMX.SpinBox.Style | FMX.SpinBox.Style |
Description
Styled presentation for the TEdit control. {{#multireplace:FMX.SpinBox.Style.TStyledSpinBox|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.Edit.Style.TStyledEdit|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.Edit.Style.TStyledEdit|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.
Styled presentation for the TEdit control.
In addition to what all styled presentations provide, the styled presentation for TEdit implements the following features:
- You can get and set the text of the edit control as well as the position of the caret.
- You can read the selected text and the text styled presentation properties that the control is using.
- Use ContentRect to get the rectangle that delimits the content of the control.
- Use GetCharX to get the horizontal coordinate of the character at a given position.