FMX.Controls.TControl.OnTap
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 | published | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | TControl |
Description
Occurs when a user taps the control 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.
Events occur in the following order: