FMX.ComboEdit.Style.TStyledComboEdit.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.ComboEdit.Style.pas
FMX.ComboEdit.Style.hpp
FMX.ComboEdit.Style TStyledComboEdit

Description


Defines a class of the model.

FMX.ComboEdit.Style.TStyledComboEdit.DefineModelClass inherits from FMX.Presentation.Style.TStyledPresentation.DefineModelClass. All content below this line refers to FMX.Presentation.Style.TStyledPresentation.DefineModelClass.

Defines a class of the model.

If an ancestor overrides the model class, the presentation can check the class of the model when the presented control sends a model.

See Also