FMX.Presentation.Style.TStyledPresentation.Tap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Tap(const Point: TPointF); override;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Presentation.Style.pas
FMX.Presentation.Style.hpp
FMX.Presentation.Style TStyledPresentation

Description

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

See Also