FMX.MultiView.Types.TShadowedOverlayLayout

From RAD Studio API Documentation
Jump to: navigation, search

FMX.MultiView.Types.TCustomTouchInterceptingLayoutFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectTShadowedOverlayLayout

Delphi

TShadowedOverlayLayout = TTouchInterceptingLayout deprecated 'Use TTouchInterceptingLayout instead';

C++

typedef TTouchInterceptingLayout TShadowedOverlayLayout _DEPRECATED_ATTRIBUTE1("Use TTouchInterceptingLayout instead") ;

Properties

Type Visibility Source Unit Parent
class
typedef
public
FMX.MultiView.Types.pas
FMX.MultiView.Types.hpp
FMX.MultiView.Types FMX.MultiView.Types

Description

Layout to intercept mouse events.

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

Layout to intercept mouse events.

TCustomTouchInterceptingLayout is a layout that intercepts mouse events. TCustomTouchInterceptingLayout is used to catch mouse events on special regions.

TCustomTouchInterceptingLayout can be used for example to make slide effects from the side of the screen.

See Also