FMX.ComboTrackBar.TComboTrackBar.Model

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Model: TComboTrackBarModel read GetModel;

C++

__property TComboTrackBarModel* Model = {read=GetModel};

Properties

Type Visibility Source Unit Parent
property protected
FMX.ComboTrackBar.pas
FMX.ComboTrackBar.hpp
FMX.ComboTrackBar TComboTrackBar

Description


Model that handles the internal data of the control.

FMX.ComboTrackBar.TComboTrackBar.Model inherits from FMX.Controls.Presentation.TPresentedControl.Model. All content below this line refers to FMX.Controls.Presentation.TPresentedControl.Model.

Model that handles the internal data of the control.

The constructor of your control creates a data model for your control. The class of the data model is the class that DefineModelClass returns.

See Also