FMX.ComboTrackBar.TComboTrackBar.DefineModelClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DefineModelClass: TDataModelClass; override;

C++

virtual Fmx::Controls::Model::TDataModelClass __fastcall DefineModelClass(void);

Properties

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

Description


Returns a class reference to TDataModel or a subclass that the constructor of this control uses by default to create a data model for the control.

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

Returns a class reference to TDataModel or a subclass that the constructor of this control uses by default to create a data model for the control.

See Also