FMX.MultiView.Types.TCustomTouchInterceptingLayout

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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

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.

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