FMX.Forms.TForm.OnTouch
Delphi
property OnTouch;
C++
__property OnTouch;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | published | FMX.Forms.pas FMX.Forms.hpp |
FMX.Forms | TForm |
Description
Occurs when a user touches the form using a finger or a similar device (not a mouse).
Write an event handler for OnTouch to specify what happens when the user touches the form. The number of touch points is platform-specific.