FMX.SpinBox.Style.TStyledSpinBox.Model

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Model: TSpinBoxModel read GetModel;

C++

__property Fmx::Spinbox::TSpinBoxModel* Model = {read=GetModel};

Properties

Type Visibility Source Unit Parent
property public
FMX.SpinBox.Style.pas
FMX.SpinBox.Style.hpp
FMX.SpinBox.Style TStyledSpinBox

Description

Returns the Model of the TSpinBox with TSpinBoxModel type.

See Also