FMX.Forms.TCommonCustomForm.OnTouch

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnTouch: TTouchEvent read FOnTouch write FOnTouch;

C++

__property Fmx::Types::TTouchEvent OnTouch = {read=FOnTouch, write=FOnTouch};

Properties

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

Description

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