FMX.Controls.TControl.Tap

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure Tap(const Point:TPointF); virtual;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl


Beschreibung

Wird aufgerufen, wenn die Antippen-Geste auf der Darstellung erkannt wird. </br>

Siehe auch