API:Vcl.Touch.GestureMgr.TGestureCollectionItem.GetDeviation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDeviation: Integer; override;

C++

virtual int __fastcall GetDeviation(void);

Properties

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

Description

GetDeviation is the abstract getter method for the Deviation property.

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

GetDeviation is the abstract getter method for the Deviation property.

Override the GetDeviation method in descending classes to implement the getter method for the Deviation property.

See Also