FMX.EditBox.Style.TStyledEditBox.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.EditBox.Style.pas
FMX.EditBox.Style.hpp
FMX.EditBox.Style TStyledEditBox

Description


Defines a class of the model.

FMX.EditBox.Style.TStyledEditBox.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