Vcl.Controls.TCustomGestureCollectionItem.SetDeviation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetDeviation(const Value: Integer); virtual; abstract;

C++

virtual void __fastcall SetDeviation(const int Value) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TCustomGestureCollectionItem

Description

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