FMX.Gestures.TGestureCollectionItem.SetAction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAction(const Value: TCustomAction); override;

C++

virtual void __fastcall SetAction(Fmx::Actnlist::TCustomAction* const Value);

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
FMX.Gestures.pas
FMX.Gestures.hpp
FMX.Gestures TGestureCollectionItem

Description

SetAction is the setter method for the Action property.

Use the SetAction method to set the value for the Action property.

See Also