FMX.Types.IControl.Tap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Tap(const Point: TPointF);

C++

virtual void __fastcall Tap(const System::Types::TPointF &Point) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Types.pas
FMX.Types.hpp
FMX.Types IControl

Description

This method is used to notify the component about the occurrence of a Tap gesture event from the platform.

See Also