FMX.MultiView.Types.TCustomTouchInterceptingLayout

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCustomTouchInterceptingLayout

Delphi

TCustomTouchInterceptingLayout = class(TPresentedControl)

C++

class PASCALIMPLEMENTATION TCustomTouchInterceptingLayout : public Fmx::Controls::Presentation::TPresentedControl

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.

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