FMX.Controls.Presentation.TPresentedControl.GetFirstControlWithGesture

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
function protected
FMX.Controls.Presentation.pas
FMX.Controls.Presentation.hpp
FMX.Controls.Presentation TPresentedControl

Description

Requests from the presentation layer a control with the specified interactive gesture among the interactive gestures of its touch manager, and returns that control.

GetFirstControlWithGesture returns the first matching control that it finds.

See Also