FMX.MultiTouch.TMultiTouchManager.Touches

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Touches: TTouches read FTouches write FTouches;

C++

__property Fmx::Types::TTouches Touches = {read=FTouches, write=FTouches};

Properties

Type Visibility Source Unit Parent
property protected
FMX.MultiTouch.pas
FMX.MultiTouch.hpp
FMX.MultiTouch TMultiTouchManager

Description

The protected property that represents an array of TTouch. Touches is of type FMX.Types.TTouches.