FMX.MultiView.Types.TCustomTouchInterceptingLayout.Model

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Model: TTouchInterceptingLayoutModel read GetModel;

C++

__property TTouchInterceptingLayoutModel* Model = {read=GetModel};

Properties

Type Visibility Source Unit Parent
property public
FMX.MultiView.Types.pas
FMX.MultiView.Types.hpp
FMX.MultiView.Types TCustomTouchInterceptingLayout

Description

Model of TCustomTouchInterceptingLayout of type TTouchInterceptingLayoutModel.

See Also