FMX.Types.TCustomGestureCollectionItem.SetAction

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetAction(const Value: TCustomAction); virtual; abstract;

C++

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

Properties

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

Description

SetAction is the abstract setter method for the Action property.

Override the SetAction method in descending classes to implement the setter method for the Action property.

See Also