FMX.MultiView.Types.TTouchInterceptingLayout

Aus RAD Studio API Documentation

TTouchInterceptingLayoutFMX.MultiView.Types.TCustomTouchInterceptingLayoutFMX.Controls.Presentation.TPresentedControlFMX.Controls.TStyledControlFMX.Controls.TControlFMX.Types.TFmxObject

Delphi

TTouchInterceptingLayout = class(TCustomTouchInterceptingLayout)

C++

class PASCALIMPLEMENTATION TTouchInterceptingLayout : public TCustomTouchInterceptingLayout

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
FMX.MultiView.Types.pas
FMX.MultiView.Types.hpp
FMX.MultiView.Types FMX.MultiView.Types

Beschreibung

Layout zum Abfangen von Mausereignissen. {{#multireplace:FMX.MultiView.Types.TTouchInterceptingLayout|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:FMX.MultiView.Types.TCustomTouchInterceptingLayout|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:FMX.MultiView.Types.TCustomTouchInterceptingLayout|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Layout zum Abfangen von Mausereignissen.

TCustomTouchInterceptingLayout ist ein Layout, das Mausereignisse abfängt. Mit TCustomTouchInterceptingLayout werden Mausereignisse in speziellen Bereichen abgefangen.

TCustomTouchInterceptingLayout kann beispielsweise für die Durchführung von Verschiebe-Effekten vom Bildschirmrand aus verwendet werden.

Siehe auch