FMX.Effects.TEffect.ApplyTrigger

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ApplyTrigger(AInstance: TFmxObject; const ATrigger: string); virtual;

C++

virtual void __fastcall ApplyTrigger(Fmx::Types::TFmxObject* AInstance, const System::UnicodeString ATrigger);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Effects.pas
FMX.Effects.hpp
FMX.Effects TEffect

Description

Sets a trigger for the current effect to the given instance.

The AInstance parameter specifies the instance to which the effect is applied and the ATrigger parameter specifies the trigger to set.

ApplyTrigger also modifies the value of Enabled, depending on the trigger applied.

See Also