FMX.Controls.TControl.Tap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Tap(const Point:TPointF); virtual;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Called when the Tap gesture on the style presentation is recognized.

See Also