API:FMX.MultiView.Types.TTouchInterceptingLayout.Mode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Mode: TOverlayMode read GetMode write SetMode default 1;

C++

__property Mode = {default=1};

Properties

Type Visibility Source Unit Parent
property published
FMX.MultiView.Types.pas
FMX.MultiView.Types.hpp
FMX.MultiView.Types TTouchInterceptingLayout

Description

Mode of catching mouse events of type TOverlayMode.

FMX.MultiView.Types.TTouchInterceptingLayout.Mode inherits from FMX.MultiView.Types.TCustomTouchInterceptingLayout.Mode. All content below this line refers to FMX.MultiView.Types.TCustomTouchInterceptingLayout.Mode.

Mode of catching mouse events of type TOverlayMode.

See Also