FMX.SpinBox.Style.TStyledSpinBox.Create
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TStyledSpinBox(System::Classes::TComponent* AOwner)/* overload */;
/* TStyledPresentation.Create */ inline __fastcall virtual TStyledSpinBox(System::Classes::TComponent* AOwner, Fmx::Controls::Model::TDataModel* const AModel, Fmx::Controls::TControl* const AControl)/* overload */ : Fmx::Editbox::Style::TStyledEditBox(AOwner, AModel, AControl) { }
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| constructor | public | FMX.SpinBox.Style.pas FMX.SpinBox.Style.hpp |
FMX.SpinBox.Style | TStyledSpinBox |
Description
Creates an instance of TStyledPresentation with the specified owner, data model, and presented control.
FMX.SpinBox.Style.TStyledSpinBox.Create inherits from FMX.Presentation.Style.TStyledPresentation.Create. All content below this line refers to FMX.Presentation.Style.TStyledPresentation.Create.
Creates an instance of TStyledPresentation with the specified owner, data model, and presented control.
The class of the specified data model must match DefineModelClass. Otherwise, Create raises an EPresentationWrongModel exception with the following message:
- Model is not a valid class. Expected [<DefineModelClass.ClassName>], but received [<AModel.ClassName>]