FMX.MultiView.Types.TTouchInterceptingLayout

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

TTouchInterceptingLayout = class(TCustomTouchInterceptingLayout)

C++

class PASCALIMPLEMENTATION TTouchInterceptingLayout : public TCustomTouchInterceptingLayout

Properties

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

Description

Layout to intercept mouse events.

FMX.MultiView.Types.TTouchInterceptingLayout 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