FMX.MultiView.Types.TTouchInterceptingLayoutModel.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create; override;

C++

__fastcall virtual TTouchInterceptingLayoutModel()/* overload */;
/* TDataModel.Create */ inline __fastcall virtual TTouchInterceptingLayoutModel(System::Classes::TComponent* const AOwner)/* overload */ : Fmx::Controls::Model::TDataModel(AOwner) { }

Properties

Type Visibility Source Unit Parent
constructor public
FMX.MultiView.Types.pas
FMX.MultiView.Types.hpp
FMX.MultiView.Types TTouchInterceptingLayoutModel

Description

Creates an instance of TDataModel.

FMX.MultiView.Types.TTouchInterceptingLayoutModel.Create inherits from FMX.Controls.Model.TDataModel.Create. All content below this line refers to FMX.Controls.Model.TDataModel.Create.

Creates an instance of TDataModel.

AOwner is a component that is responsible for destroying this data model once the data model is no longer necessary. The owner is usually an instance of a subclass of TPresentedControl, which provides a presentation for this data model, and destroys the data model when the control itself is destroyed.

See Also