FMX.Effects.TEffect.Enabled

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Enabled: Boolean read FEnabled write SetEnabled default True;

C++

__property bool Enabled = {read=FEnabled, write=SetEnabled, default=1};

Properties

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

Description

Flag used to enable and disable the effect.

See Also