API:Vcl.Touch.GestureMgr.TGestureCollectionItem.SetDeviation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDeviation(const Value: Integer); override;

C++

virtual void __fastcall SetDeviation(const int Value);

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Vcl.Touch.GestureMgr.pas
Vcl.Touch.GestureMgr.hpp
Vcl.Touch.GestureMgr TGestureCollectionItem

Description

SetDeviation is the abstract setter method for the Deviation property.

Vcl.Touch.GestureMgr.TGestureCollectionItem.SetDeviation inherits from Vcl.Controls.TCustomGestureCollectionItem.SetDeviation. All content below this line refers to Vcl.Controls.TCustomGestureCollectionItem.SetDeviation.

SetDeviation is the abstract setter method for the Deviation property.

Override the SetDeviation method in descending classes to implement the setter method for the Deviation property.

See Also