FMX.Controls.TControl.EffectEnabledChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure EffectEnabledChanged(const Enabled: Boolean);

C++

void __fastcall EffectEnabledChanged(const bool Enabled);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

Executed right after the value of the Enabled property of an effect changes, and provides the new value of the property.

The control does not execute EffectEnabledChanged if you assign Enabled the same value that it already has.

Effects execute EffectEnabledChanged instead of FMX.Controls.TControl.EnabledChanged.

See Also