FMX.SpinBox.TSpinBox.Model

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Model: TSpinBoxModel read GetModel;

C++

__property TSpinBoxModel* Model = {read=GetModel};

Properties

Type Visibility Source Unit Parent
property protected
FMX.SpinBox.pas
FMX.SpinBox.hpp
FMX.SpinBox TSpinBox

Description

Returns the Model of the TSpinBox with TSpinBoxModel type.

See Also