FMX.Forms.TForm.OnTap
Delphi
property OnTap;
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.