FMX.Controls.Presentation.TPresentedControl.GetFirstControlWithGesture

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

Delphi

function GetFirstControlWithGesture(AGesture: TInteractiveGesture): TComponent; override;

C++

virtual System::Classes::TComponent* __fastcall GetFirstControlWithGesture(Fmx::Types::TInteractiveGesture AGesture);

プロパティ

種類 可視性 ソース ユニット
function protected
FMX.Controls.Presentation.pas
FMX.Controls.Presentation.hpp
FMX.Controls.Presentation TPresentedControl


説明

タッチ マネージャ対話型ジェスチャのうち指定された対話型ジェスチャを持つコントロールプレゼンテーション層に要求し、そのコントロールを返します。

GetFirstControlWithGesture では、条件に合うコントロールのうち、最初に見つかったものを返します。

関連項目