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.
FMX.SpinBox.Style.TStyledSpinBox inherits from FMX.Edit.Style.TStyledEdit. All content below this line refers to FMX.Edit.Style.TStyledEdit.
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.