API:FMX.Gestures.TGestureCollectionItem.SetAction
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 abstract setter method for the Action property.
FMX.Gestures.TGestureCollectionItem.SetAction inherits from FMX.Types.TCustomGestureCollectionItem.SetAction. All content below this line refers to FMX.Types.TCustomGestureCollectionItem.SetAction.
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.