FMX.Types.TCustomGestureCollectionItem.SetOptions

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetOptions(const Value: TGestureOptions); virtual; abstract;

C++

virtual void __fastcall SetOptions(const TGestureOptions Value) = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
FMX.Types.pas
FMX.Types.hpp
FMX.Types TCustomGestureCollectionItem

Description

SetOptions is the abstract setter method for the Options property.

Override the SetOptions method in descending classes to implement the setter method for the Options property.

See Also