FMX.Controls.TControl.BeforeEffectEnabledChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure BeforeEffectEnabledChanged(const Enabled: Boolean);

C++

void __fastcall BeforeEffectEnabledChanged(const bool Enabled);

Properties

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

Description

Executed right before the value of the Enabled property of an effect changes, and provides the value of the property before it changes.

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

See Also