API:FMX.Forms.TForm.OnTouch

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnTouch: TTouchEvent read FOnTouch write FOnTouch;

C++

__property OnTouch;

Properties

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

Description

Occurs when the user touches the form area.

FMX.Forms.TForm.OnTouch inherits from FMX.Forms.TCommonCustomForm.OnTouch. All content below this line refers to FMX.Forms.TCommonCustomForm.OnTouch. Occurs when the user touches the form area.

You can implement an event handler to manage custom actions when OnTouch occurs.

Note: The number of touch points is platform-specific.

See Also