FMX.Controls.TControl.HasEffect
Delphi
property HasEffect: Boolean read GetAbsoluteHasEffect;
C++
__property bool HasEffect = {read=GetAbsoluteHasEffect, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Controls.pas FMX.Controls.hpp |
FMX.Controls | TControl |
Description
Specifies whether the control has an applied effect.
HasEffect is False if an effect was applied to the control, and True otherwise.