FMX.Forms.TForm.OnTap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnTap: TTapEvent read FOnTap write FOnTap;

C++

__property OnTap;

Properties

Type Visibility Source Unit Parent
event published
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TForm

Description

Occurs when a user taps the form using a finger or a similar device (not a mouse).

FMX.Forms.TForm.OnTap inherits from FMX.Forms.TCommonCustomForm.OnTap. All content below this line refers to FMX.Forms.TCommonCustomForm.OnTap.

Occurs when a user taps the form using a finger or a similar device (not a mouse).

Write an event handler for OnTap to specify what happens when the user taps the form.

See Also