FMX.ScrollBox.TCustomPresentedScrollBox.Model

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Model: TCustomScrollBoxModel read GetModel;

C++

__property TCustomScrollBoxModel* Model = {read=GetModel};

Properties

Type Visibility Source Unit Parent
property public
FMX.ScrollBox.pas
FMX.ScrollBox.hpp
FMX.ScrollBox TCustomPresentedScrollBox

Description

Data model that represents the data used by the presentation of the current control.

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

See Also