FMX.MultiView.Types.TTouchInterceptingLayout

提供: RAD Studio API Documentation
移動先: 案内検索

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

Delphi

TTouchInterceptingLayout = class(TCustomTouchInterceptingLayout)

C++

class PASCALIMPLEMENTATION TTouchInterceptingLayout : public TCustomTouchInterceptingLayout

プロパティ

種類 可視性 ソース ユニット
class public
FMX.MultiView.Types.pas
FMX.MultiView.Types.hpp
FMX.MultiView.Types FMX.MultiView.Types

説明

マウス イベントをインターセプトするレイアウトです。

FMX.MultiView.Types.TTouchInterceptingLayout は FMX.MultiView.Types.TCustomTouchInterceptingLayout を継承しています。以下の内容はすべて FMX.MultiView.Types.TCustomTouchInterceptingLayout を参照しています。

マウス イベントをインターセプトするレイアウトです。

TCustomTouchInterceptingLayout は、マウス イベントをインターセプトするレイアウトです。TCustomTouchInterceptingLayout は、特別な領域でマウス イベントを捕捉するために使われます。

TCustomTouchInterceptingLayout は、たとえば画面の側面からのスライド効果を起こすために使用できます。

関連項目