FMX.MultiView.Types.TCustomTouchInterceptingLayout.Mode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Mode: TOverlayMode read GetMode write SetMode default TOverlayMode.AllLocalArea;

C++

__property TOverlayMode Mode = {read=GetMode, write=SetMode, default=1};

Properties

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

Description

Mode of catching mouse events of type TOverlayMode.

See Also