FMX.Forms.TCommonCustomForm.OnTap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnTap: TTapEvent read FOnTap write FOnTap;

C++

__property Fmx::Types::TTapEvent OnTap = {read=FOnTap, write=FOnTap};

Properties

Type Visibility Source Unit Parent
event public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TCommonCustomForm

Description

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