FMX.SearchBox.TSearchBox.Model

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Model: TSearchBoxModel read GetModel;

C++

__property TSearchBoxModel* Model = {read=GetModel};

Properties

Type Visibility Source Unit Parent
property public
FMX.SearchBox.pas
FMX.SearchBox.hpp
FMX.SearchBox TSearchBox

Description


The data model representing the data used by the presentation of the current control.

FMX.SearchBox.TSearchBox.Model inherits from FMX.Controls.Presentation.TPresentedControl.Model. All content below this line refers to FMX.Controls.Presentation.TPresentedControl.Model.

The data model representing the data used by the presentation of the current control.

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

See Also